Searched refs:oce_mbox_post (Results 1 – 3 of 3) 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() function 355 ret = oce_mbox_post(dev, &mbx, NULL); in oce_get_fw_version() 448 ret = oce_mbox_post(dev, &mbx, NULL); in oce_read_mac_addr() 527 ret = oce_mbox_post(dev, &mbx, NULL); in oce_if_create() 581 ret = oce_mbox_post(dev, &mbx, NULL); in oce_if_del() 616 ret = oce_mbox_post(dev, &mbx, NULL); in oce_get_link_status() 664 ret = oce_mbox_post(dev, &mbx, NULL); in oce_set_rx_filter() 713 ret = oce_mbox_post(dev, &mbx, NULL); in oce_set_multicast_table() 747 ret = oce_mbox_post(dev, &mbx, NULL); in oce_get_fw_config() 813 ret = oce_mbox_post(dev, &mbx, NULL); in oce_get_hw_stats() [all …]
|
H A D | oce_queue.c | 132 ret = oce_mbox_post(dev, &mbx, NULL); in oce_eq_create() 259 ret = oce_mbox_post(dev, &mbx, NULL); in oce_cq_create() 386 ret = oce_mbox_post(dev, &mbx, NULL); in oce_mq_create() 628 ret = oce_mbox_post(dev, &mbx, NULL); in oce_wq_create() 862 ret = oce_mbox_post(dev, &mbx, NULL); in oce_rq_create() 1034 ret = oce_mbox_post(dev, mbx, NULL); in oce_destroy_q() 1087 ret = oce_mbox_post(dev, &mbx, NULL); in oce_set_eq_delay()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_io.h | 317 int oce_mbox_post(struct oce_dev *dev, struct oce_mbx *mbx,
|