Searched refs:FPLD (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 878 FCOE_V2B_1(ct->ct_rev, FPLD + offset); in fcoei_initiate_ct_req() 881 FCOE_V2B_3(ct->ct_inid, FPLD + offset); in fcoei_initiate_ct_req() 884 FCOE_V2B_1(ct->ct_fcstype, FPLD + offset); in fcoei_initiate_ct_req() 887 FCOE_V2B_1(ct->ct_fcssubtype, FPLD + offset); in fcoei_initiate_ct_req() 890 FCOE_V2B_1(ct->ct_options, FPLD + offset); in fcoei_initiate_ct_req() 893 FCOE_V2B_2(ct->ct_cmdrsp, FPLD + offset); in fcoei_initiate_ct_req() 896 FCOE_V2B_2(ct->ct_aiusize, FPLD + offset); in fcoei_initiate_ct_req() 899 FCOE_V2B_1(ct->ct_reason, FPLD + offset); in fcoei_initiate_ct_req() 902 FCOE_V2B_1(ct->ct_expln, FPLD + offset); in fcoei_initiate_ct_req() 905 FCOE_V2B_1(ct->ct_vendor, FPLD + offset); in fcoei_initiate_ct_req() [all …]
|
H A D | fcoei.h | 269 #define FPLD frm->frm_payload macro
|
H A D | fcoei_eth.c | 770 bcopy(FPLD, (uint8_t *)xch->xch_fpkt->pkt_resp, actual_size); in fcoei_process_sol_ct_rsp()
|