Lines Matching refs:oce_mbx
69 static int oce_destroy_q(POCE_SOFTC sc, struct oce_mbx
356 struct oce_mbx mbx; in oce_wq_del()
361 bzero(&mbx, sizeof(struct oce_mbx)); in oce_wq_del()
523 struct oce_mbx mbx; in oce_rq_del()
601 struct oce_mbx mbx; in oce_eq_del()
632 struct oce_mbx mbx; in oce_mq_create()
655 mq->ring = oce_create_ring_buffer(sc, q_len, sizeof(struct oce_mbx)); in oce_mq_create()
659 bzero(&mbx, sizeof(struct oce_mbx)); in oce_mq_create()
737 struct oce_mbx mbx; in oce_mq_free()
747 bzero(&mbx, sizeof (struct oce_mbx)); in oce_mq_free()
776 oce_destroy_q(POCE_SOFTC sc, struct oce_mbx *mbx, size_t req_size, in oce_destroy_q()
885 struct oce_mbx mbx; in oce_cq_del()
889 bzero(&mbx, sizeof(struct oce_mbx)); in oce_cq_del()
1234 struct oce_mbx mbx; in oce_stop_rx()