oce_nic_rx_cqe
cq = oce_cq_create(dev, eq, CQ_LEN_1024, sizeof (struct oce_nic_rx_cqe),
oce_rx(struct oce_dev *dev, struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
struct oce_nic_rx_cqe *cqe);
oce_rx_bcopy(struct oce_dev *dev, struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
struct oce_rq *rq, struct oce_nic_rx_cqe *cqe);
static void oce_set_rx_oflags(mblk_t *mp, struct oce_nic_rx_cqe *cqe);
oce_set_rx_oflags(mblk_t *mp, struct oce_nic_rx_cqe *cqe)
struct oce_nic_rx_cqe *cqe);
oce_rx_drop_pkt(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
struct oce_nic_rx_cqe *cqe;
cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe);
DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe));
struct oce_nic_rx_cqe);
struct oce_nic_rx_cqe *cqe;
cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe);
DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe));
struct oce_nic_rx_cqe);