Symbol: oce_nic_rx_cqe
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
829
cq = oce_cq_create(dev, eq, CQ_LEN_1024, sizeof (struct oce_nic_rx_cqe),
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
323
oce_rx(struct oce_dev *dev, struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
37
struct oce_nic_rx_cqe *cqe);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
383
oce_rx_bcopy(struct oce_dev *dev, struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
39
struct oce_rq *rq, struct oce_nic_rx_cqe *cqe);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
42
static void oce_set_rx_oflags(mblk_t *mp, struct oce_nic_rx_cqe *cqe);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
430
oce_set_rx_oflags(mblk_t *mp, struct oce_nic_rx_cqe *cqe)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
44
struct oce_nic_rx_cqe *cqe);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
462
oce_rx_drop_pkt(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
486
struct oce_nic_rx_cqe *cqe;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
503
cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
508
DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
546
struct oce_nic_rx_cqe);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
607
struct oce_nic_rx_cqe *cqe;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
612
cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
617
DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
625
struct oce_nic_rx_cqe);