Searched refs:oce_mbx (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_mbx.c | 250 oce_mbox_post(struct oce_dev *dev, struct oce_mbx *mbx, in oce_mbox_post() 253 struct oce_mbx *mb_mbx = NULL; in oce_mbox_post() 269 bcopy(mbx, mb_mbx, sizeof (struct oce_mbx)); in oce_mbox_post() 297 bcopy(mb_mbx, mbx, sizeof (struct oce_mbx)); in oce_mbox_post() 335 struct oce_mbx mbx; in oce_get_fw_version() 339 bzero(&mbx, sizeof (struct oce_mbx)); in oce_get_fw_version() 381 struct oce_mbx *mbx; in oce_reset_fun() 387 bzero(mbx, sizeof (struct oce_mbx)); in oce_reset_fun() 421 struct oce_mbx mbx; in oce_read_mac_addr() 425 bzero(&mbx, sizeof (struct oce_mbx)); in oce_read_mac_addr() [all …]
|
H A D | oce_queue.c | 32 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 D | oce_hw.c | 40 extern int oce_destroy_q(struct oce_dev *dev, struct oce_mbx *mbx,
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_io.h | 193 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 D | oce_hw.h | 483 struct oce_mbx { struct 592 struct oce_mbx mbx;
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 914 oce_mbx.o oce_mq.o oce_queue.o oce_rx.o oce_stat.o oce_tx.o \
|