Home
last modified time | relevance | path

Searched refs:EMLXS_TX_CHANNEL_LOCK (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c423 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_handle_create_xri()
425 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_handle_create_xri()
431 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_handle_create_xri()
434 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_handle_create_xri()
466 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_create_xri()
469 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_create_xri()
473 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_create_xri()
533 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_create_xri()
535 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_create_xri()
H A Demlxs_node.c50 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_close()
54 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_close()
77 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_close()
84 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_close()
92 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_close()
98 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_close()
168 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_close()
182 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_timeout()
186 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_timeout()
207 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_node_timeout()
[all …]
H A Demlxs_fcp.c2276 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_channel_flush()
2378 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_channel_flush()
2491 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_node_flush()
2625 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_node_flush()
2733 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_node_check()
2754 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_node_check()
2787 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_lun_flush()
2929 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_lun_flush()
3185 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_put()
3343 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_get()
[all …]
H A Demlxs_clock.c309 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_timer_check_pkts()
472 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_timer_check_pkts()
632 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_timer_check_channels()
647 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_timer_check_channels()
1351 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_watchdog()
1435 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_tx_watchdog()
H A Demlxs_sli3.c2901 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli3_issue_iocb_cmd()
2915 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli3_issue_iocb_cmd()
2941 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli3_issue_iocb_cmd()
2945 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli3_issue_iocb_cmd()
2950 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli3_issue_iocb_cmd()
H A Demlxs_fct.c4324 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_fct_pkt_abort_txq()
4464 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_fct_pkt_abort_txq()
4473 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_fct_pkt_abort_txq()
H A Demlxs_solaris.c3516 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_fca_pkt_abort()
3591 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_fca_pkt_abort()
3661 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_fca_pkt_abort()
3669 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_fca_pkt_abort()
6202 mutex_init(&EMLXS_TX_CHANNEL_LOCK, NULL, MUTEX_DRIVER, in emlxs_lock_init()
6287 mutex_destroy(&EMLXS_TX_CHANNEL_LOCK); in emlxs_lock_destroy()
H A Demlxs_sli4.c3280 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli4_issue_iocb_cmd()
3294 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli4_issue_iocb_cmd()
3317 mutex_enter(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli4_issue_iocb_cmd()
3321 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli4_issue_iocb_cmd()
3326 mutex_exit(&EMLXS_TX_CHANNEL_LOCK); in emlxs_sli4_issue_iocb_cmd()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2207 #define EMLXS_TX_CHANNEL_LOCK hba->channel_tx_lock /* ring txq lock */ macro