Searched refs:oce_mbox_post (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_mbx.c | 247 oce_mbox_post(struct oce_dev *dev, struct oce_mbx *mbx, in oce_mbox_post() function 352 ret = oce_mbox_post(dev, &mbx, NULL); in oce_get_fw_version() 445 ret = oce_mbox_post(dev, &mbx, NULL); in oce_read_mac_addr() 524 ret = oce_mbox_post(dev, &mbx, NULL); in oce_if_create() 578 ret = oce_mbox_post(dev, &mbx, NULL); in oce_if_del() 613 ret = oce_mbox_post(dev, &mbx, NULL); in oce_get_link_status() 661 ret = oce_mbox_post(dev, &mbx, NULL); in oce_set_rx_filter() 710 ret = oce_mbox_post(dev, &mbx, NULL); in oce_set_multicast_table() 744 ret = oce_mbox_post(dev, &mbx, NULL); in oce_get_fw_config() 810 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()
|
/titanic_50/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,
|