Home
last modified time | relevance | path

Searched refs:xch_resid (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c238 ASSERT(xch->xch_resid >= rcv_buf_size); in fcoei_process_unsol_xfer_rdy()
333 xch->xch_resid -= rcv_buf_size; in fcoei_process_unsol_xfer_rdy()
628 fpkt->pkt_data_resid = xch->xch_resid; in fcoei_process_sol_fcp_resp()
629 if ((xch->xch_resid != 0) && ((xch->xch_resid % 0x200) == 0) && in fcoei_process_sol_fcp_resp()
633 xch->xch_resid, xch->xch_fpkt->pkt_datalen); in fcoei_process_sol_fcp_resp()
1181 xch->xch_resid -= frm->frm_payload_size; in fcoei_process_unsol_frame()
H A Dfcoei.h219 int xch_resid; member
H A Dfcoei_lv.c1064 xch->xch_resid = (int)fpkt->pkt_datalen; in fcoei_initiate_fcp_cmd()