Home
last modified time | relevance | path

Searched refs:PRIV2PKT (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c131 pkt = PRIV2PKT(sbp); in emlxs_els_handle_event()
574 pkt = PRIV2PKT(sbp); in emlxs_handle_sol_flogi()
765 pkt = PRIV2PKT(sbp); in emlxs_handle_sol_fdisc()
835 pkt = PRIV2PKT(sbp); in emlxs_handle_sol_plogi()
914 pkt = PRIV2PKT(sbp); in emlxs_handle_sol_adisc()
960 pkt = PRIV2PKT(sbp); in emlxs_handle_sol_prli()
1047 pkt = PRIV2PKT(sbp); in emlxs_handle_sol_logo()
2434 pkt = PRIV2PKT(sbp); in emlxs_handle_acc()
2497 pkt = PRIV2PKT(sbp); in emlxs_handle_reject()
2864 pkt = PRIV2PKT(sbp); in emlxs_menlo_handle_event()
[all …]
H A Demlxs_clock.c489 pkt = PRIV2PKT(sbp); in emlxs_timer_check_pkts()
1172 pkt = PRIV2PKT(sbp); in emlxs_pkt_chip_timeout()
1421 pkt = PRIV2PKT(sbp); in emlxs_tx_watchdog()
H A Demlxs_solaris.c8528 pkt = PRIV2PKT(sbp); in emlxs_fast_target_reset()
8592 pkt = PRIV2PKT(sbp); in emlxs_send_fcp_cmd()
8958 pkt = PRIV2PKT(sbp); in emlxs_send_ip()
9061 pkt = PRIV2PKT(sbp); in emlxs_send_els()
9424 pkt = PRIV2PKT(sbp); in emlxs_send_els_rsp()
9879 pkt = PRIV2PKT(sbp); in emlxs_send_menlo()
9973 pkt = PRIV2PKT(sbp); in emlxs_send_ct()
10085 pkt = PRIV2PKT(sbp); in emlxs_send_ct_rsp()
10390 pkt = PRIV2PKT(sbp); in emlxs_update_sd_bucket()
10477 pkt = PRIV2PKT(sbp); in emlxs_iodone()
[all …]
H A Demlxs_sli3.c2361 pkt = PRIV2PKT(sbp); in emlxs_sli2_bde_setup()
2499 pkt = PRIV2PKT(sbp); in emlxs_sli3_bde_setup()
3596 pkt = PRIV2PKT(cmd_sbp); in emlxs_sli3_prep_fct_iocb()
3786 pkt = PRIV2PKT(sbp); in emlxs_sli3_prep_fcp_iocb()
3881 pkt = PRIV2PKT(sbp); in emlxs_sli3_prep_ip_iocb()
3986 pkt = PRIV2PKT(sbp); in emlxs_sli3_prep_els_iocb()
4084 pkt = PRIV2PKT(sbp); in emlxs_sli3_prep_ct_iocb()
H A Demlxs_sli4.c2914 pkt = PRIV2PKT(sbp); in emlxs_sli4_bde_setup()
4213 pkt = PRIV2PKT(cmd_sbp); in emlxs_sli4_prep_fct_iocb()
4530 pkt = PRIV2PKT(sbp); in emlxs_sli4_prep_fcp_iocb()
4687 pkt = PRIV2PKT(sbp); in emlxs_sli4_prep_els_iocb()
5019 pkt = PRIV2PKT(sbp); in emlxs_sli4_prep_ct_iocb()
5826 pkt = PRIV2PKT(sbp); in emlxs_CQE_to_IOCB()
H A Demlxs_hba.c2683 pkt = PRIV2PKT(sbp); in emlxs_proc_channel_event()
H A Demlxs_fcp.c111 pkt = PRIV2PKT(sbp); in emlxs_handle_fcp_event()
H A Demlxs_fct.c3122 pkt = PRIV2PKT(sbp); in emlxs_fct_handle_abort()
H A Demlxs_fcf.c12872 fc_packet_t *pkt = PRIV2PKT(sbp); in emlxs_vpi_logi_action()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h408 #define PRIV2PKT(sbp) sbp->pkt macro