Home
last modified time | relevance | path

Searched refs:fcoei_exchange_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c72 static void fcoei_abts_exchange(fcoei_exchange_t *xch);
453 ss->ss_fca_tran.fca_pkt_size = sizeof (fcoei_exchange_t); in fcoei_attach_init()
500 list_create(&ss->ss_comp_xch_list, sizeof (fcoei_exchange_t), in fcoei_attach_init()
501 offsetof(fcoei_exchange_t, xch_comp_node)); in fcoei_attach_init()
873 fcoei_exchange_t *xch = NULL; in fcoei_handle_comp_xch_list()
902 fcoei_exchange_t *xch = (fcoei_exchange_t *)val; in fcoei_xch_check()
956 fcoei_init_ifm(fcoe_frame_t *frm, fcoei_exchange_t *xch) in fcoei_init_ifm()
1036 fcoei_abts_exchange(fcoei_exchange_t *xch) in fcoei_abts_exchange()
1079 fcoei_complete_xch(fcoei_exchange_t *xch, fcoe_frame_t *frm, in fcoei_complete_xch()
1111 ASSERT((fcoei_exchange_t *)val == xch); in fcoei_complete_xch()
[all …]
H A Dfcoei.h239 } fcoei_exchange_t; typedef
249 fcoei_exchange_t *wa_xch;
264 #define FPKT2XCH(x_fpkt) ((fcoei_exchange_t *)x_fpkt->pkt_fca_private)
344 void fcoei_complete_xch(fcoei_exchange_t *xch, fcoe_frame_t *frm,
346 void fcoei_init_ifm(fcoe_frame_t *frm, fcoei_exchange_t *xch);
H A Dfcoei_lv.c240 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_init_pkt()
672 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_transport()
721 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_els_send()
836 fcoei_initiate_ct_req(fcoei_exchange_t *xch) in fcoei_initiate_ct_req()
1038 fcoei_initiate_fcp_cmd(fcoei_exchange_t *xch) in fcoei_initiate_fcp_cmd()
1819 fcoei_exchange_t *xch; in fcoei_logo_peer()
1891 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_fpkt_comp()
1899 kmem_free(xch, sizeof (fcoei_exchange_t)); in fcoei_fpkt_comp()
1921 fcoei_exchange_t *xch = (fcoei_exchange_t *)val; in fcoei_xch_abort()
2014 fcoei_exchange_t *xch = (fcoei_exchange_t *)ae->ae_obj; in fcoei_process_event_exchange()
[all …]
H A Dfcoei_eth.c113 static void fcoei_fill_els_fpkt_resp(fcoe_frame_t *frm, fcoei_exchange_t *xch,
215 fcoei_exchange_t *xch; in fcoei_process_unsol_xfer_rdy()
357 fcoei_exchange_t *xch_tmp; in fcoei_process_unsol_els_req()
444 fcoei_exchange_t *xch = (fcoei_exchange_t *)val; in fcoei_search_abort_xch()
471 fcoei_exchange_t *xch = NULL; in fcoei_process_unsol_abts_req()
568 fcoei_exchange_t *xch = NULL; in fcoei_process_sol_fcp_resp()
601 ASSERT((fcoei_exchange_t *)val == xch); in fcoei_process_sol_fcp_resp()
668 fcoei_exchange_t *xch; in fcoei_process_sol_els_rsp()
736 fcoei_exchange_t *xch; in fcoei_process_sol_ct_rsp()
1157 fcoei_exchange_t *xch; in fcoei_process_unsol_frame()
[all …]