Home
last modified time | relevance | path

Searched refs:FPKT2XCH (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
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()
1891 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_fpkt_comp()
H A Dfcoei.h264 #define FPKT2XCH(x_fpkt) ((fcoei_exchange_t *)x_fpkt->pkt_fca_private) macro