Home
last modified time | relevance | path

Searched refs:oce_mbx (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c247 oce_mbox_post(struct oce_dev *dev, struct oce_mbx *mbx, in oce_mbox_post()
250 struct oce_mbx *mb_mbx = NULL; in oce_mbox_post()
266 bcopy(mbx, mb_mbx, sizeof (struct oce_mbx)); in oce_mbox_post()
294 bcopy(mb_mbx, mbx, sizeof (struct oce_mbx)); in oce_mbox_post()
332 struct oce_mbx mbx; in oce_get_fw_version()
336 bzero(&mbx, sizeof (struct oce_mbx)); in oce_get_fw_version()
378 struct oce_mbx *mbx; in oce_reset_fun()
384 bzero(mbx, sizeof (struct oce_mbx)); in oce_reset_fun()
418 struct oce_mbx mbx; in oce_read_mac_addr()
422 bzero(&mbx, sizeof (struct oce_mbx)); in oce_read_mac_addr()
[all …]
H A Doce_queue.c32 int oce_destroy_q(struct oce_dev *oce, struct oce_mbx *mbx, size_t req_size,
77 struct oce_mbx mbx; in oce_eq_create()
88 bzero(&mbx, sizeof (struct oce_mbx)); in oce_eq_create()
165 struct oce_mbx mbx; in oce_eq_del()
200 struct oce_mbx mbx; in oce_cq_create()
223 bzero(&mbx, sizeof (struct oce_mbx)); in oce_cq_create()
293 struct oce_mbx mbx; in oce_cq_del()
300 bzero(&mbx, sizeof (struct oce_mbx)); in oce_cq_del()
330 struct oce_mbx mbx; in oce_mq_create()
352 bzero(&mbx, sizeof (struct oce_mbx)); in oce_mq_create()
[all …]
H A Doce_hw.c40 extern int oce_destroy_q(struct oce_dev *dev, struct oce_mbx *mbx,
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h193 struct oce_mbx *mbx;
317 int oce_mbox_post(struct oce_dev *dev, struct oce_mbx *mbx,
351 int oce_mq_mbox_post(struct oce_dev *dev, struct oce_mbx *mbx,
353 struct oce_mbx *oce_mq_get_mbx(struct oce_dev *dev);
H A Doce_hw.h483 struct oce_mbx { struct
592 struct oce_mbx mbx;
/titanic_41/usr/src/uts/common/
H A DMakefile.files949 oce_mbx.o oce_mq.o oce_queue.o oce_rx.o oce_stat.o oce_tx.o \