Searched refs:oce_mbx (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/oce/ |
| HD | oce_mbox.c | 52 struct oce_mbx *mbx; in oce_reset_fun() 60 bzero(mbx, sizeof(struct oce_mbx)); in oce_reset_fun() 259 struct oce_mbx mbx; in oce_get_fw_version() 263 bzero(&mbx, sizeof(struct oce_mbx)); in oce_get_fw_version() 304 struct oce_mbx *mbx; in oce_first_mcc_cmd() 309 mbx = RING_GET_PRODUCER_ITEM_VA(mq->ring, struct oce_mbx); in oce_first_mcc_cmd() 310 bzero(mbx, sizeof(struct oce_mbx)); in oce_first_mcc_cmd() 338 oce_mbox_post(POCE_SOFTC sc, struct oce_mbx *mbx, struct oce_mbx_ctx *mbxctx) in oce_mbox_post() 340 struct oce_mbx *mb_mbx = NULL; in oce_mbox_post() 358 bcopy(mbx, mb_mbx, sizeof(struct oce_mbx)); in oce_mbox_post() [all …]
|
| HD | oce_queue.c | 68 static int oce_destroy_q(POCE_SOFTC sc, struct oce_mbx 367 struct oce_mbx mbx; in oce_wq_del() 372 bzero(&mbx, sizeof(struct oce_mbx)); in oce_wq_del() 549 struct oce_mbx mbx; in oce_rq_del() 626 struct oce_mbx mbx; in oce_eq_del() 660 struct oce_mbx mbx; in oce_mq_create() 684 mq->ring = oce_create_ring_buffer(sc, q_len, sizeof(struct oce_mbx)); in oce_mq_create() 688 bzero(&mbx, sizeof(struct oce_mbx)); in oce_mq_create() 771 struct oce_mbx mbx; in oce_mq_free() 781 bzero(&mbx, sizeof (struct oce_mbx)); in oce_mq_free() [all …]
|
| HD | oce_if.h | 657 struct oce_mbx *mbx; 1036 struct oce_mbx *mbx, struct oce_mbx_ctx *mbxctx);
|
| HD | oce_hw.h | 600 struct oce_mbx { struct 833 struct oce_mbx mbx;
|