Symbol: fcoei_exchange_t
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
1036
fcoei_abts_exchange(fcoei_exchange_t *xch)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
1079
fcoei_complete_xch(fcoei_exchange_t *xch, fcoe_frame_t *frm,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
1111
ASSERT((fcoei_exchange_t *)val == xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
1116
ASSERT((fcoei_exchange_t *)val == xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
453
ss->ss_fca_tran.fca_pkt_size = sizeof (fcoei_exchange_t);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
500
list_create(&ss->ss_comp_xch_list, sizeof (fcoei_exchange_t),
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
501
offsetof(fcoei_exchange_t, xch_comp_node));
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
72
static void fcoei_abts_exchange(fcoei_exchange_t *xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
873
fcoei_exchange_t *xch = NULL;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
902
fcoei_exchange_t *xch = (fcoei_exchange_t *)val;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
956
fcoei_init_ifm(fcoe_frame_t *frm, fcoei_exchange_t *xch)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
249
fcoei_exchange_t *wa_xch;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
264
#define FPKT2XCH(x_fpkt) ((fcoei_exchange_t *)x_fpkt->pkt_fca_private)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
344
void fcoei_complete_xch(fcoei_exchange_t *xch, fcoe_frame_t *frm,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
346
void fcoei_init_ifm(fcoe_frame_t *frm, fcoei_exchange_t *xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
113
static void fcoei_fill_els_fpkt_resp(fcoe_frame_t *frm, fcoei_exchange_t *xch,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1157
fcoei_exchange_t *xch;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1251
fcoei_exchange_t *xch = FRM2IFM(frm)->ifm_xch;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
215
fcoei_exchange_t *xch;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
357
fcoei_exchange_t *xch_tmp;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
444
fcoei_exchange_t *xch = (fcoei_exchange_t *)val;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
471
fcoei_exchange_t *xch = NULL;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
568
fcoei_exchange_t *xch = NULL;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
601
ASSERT((fcoei_exchange_t *)val == xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
668
fcoei_exchange_t *xch;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
736
fcoei_exchange_t *xch;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
842
fcoei_fill_els_fpkt_resp(fcoe_frame_t *frm, fcoei_exchange_t *xch, int size)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1038
fcoei_initiate_fcp_cmd(fcoei_exchange_t *xch)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1143
fcoei_initiate_els_req(fcoei_exchange_t *xch)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1251
fcoei_initiate_els_resp(fcoei_exchange_t *xch)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1820
fcoei_exchange_t *xch;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1892
fcoei_exchange_t *xch = FPKT2XCH(fpkt);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1900
kmem_free(xch, sizeof (fcoei_exchange_t));
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1922
fcoei_exchange_t *xch = (fcoei_exchange_t *)val;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
2015
fcoei_exchange_t *xch = (fcoei_exchange_t *)ae->ae_obj;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
2016
fcoei_exchange_t *xch_tmp;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
240
fcoei_exchange_t *xch = FPKT2XCH(fpkt);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
672
fcoei_exchange_t *xch = FPKT2XCH(fpkt);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
721
fcoei_exchange_t *xch = FPKT2XCH(fpkt);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
76
static void fcoei_initiate_ct_req(fcoei_exchange_t *xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
77
static void fcoei_initiate_fcp_cmd(fcoei_exchange_t *xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
78
static void fcoei_initiate_els_req(fcoei_exchange_t *xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
79
static void fcoei_initiate_els_resp(fcoei_exchange_t *xch);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
836
fcoei_initiate_ct_req(fcoei_exchange_t *xch)