Lines Matching refs:fpdu_part_rem

204 		     (wqe->processed + srx->fpdu_part_rem != wqe->bytes))) {  in siw_rresp_check_ntoh()
207 wqe->processed + srx->fpdu_part_rem, wqe->bytes); in siw_rresp_check_ntoh()
316 if (unlikely(wqe->bytes < wqe->processed + srx->fpdu_part_rem)) { in siw_send_check_ntoh()
318 wqe->bytes, wqe->processed, srx->fpdu_part_rem); in siw_send_check_ntoh()
461 if (!srx->fpdu_part_rem) /* zero length SEND */ in siw_proc_send()
464 data_bytes = min(srx->fpdu_part_rem, srx->skb_new); in siw_proc_send()
522 srx->fpdu_part_rem -= rv; in siw_proc_send()
527 if (!srx->fpdu_part_rem) in siw_proc_send()
553 if (!srx->fpdu_part_rem) /* zero length WRITE */ in siw_proc_write()
562 bytes = min(srx->fpdu_part_rem, srx->skb_new); in siw_proc_write()
614 srx->fpdu_part_rem -= rv; in siw_proc_write()
617 if (!srx->fpdu_part_rem) { in siw_proc_write()
631 if (!srx->fpdu_part_rem) in siw_proc_rreq()
820 if (!srx->fpdu_part_rem) /* zero length RRESPONSE */ in siw_proc_rresp()
847 bytes = min(srx->fpdu_part_rem, srx->skb_new); in siw_proc_rresp()
855 srx->fpdu_part_rem -= rv; in siw_proc_rresp()
859 if (!srx->fpdu_part_rem) { in siw_proc_rresp()
924 srx->fpdu_part_rem -= to_copy; in siw_proc_terminate()
946 srx->fpdu_part_rem -= to_copy; in siw_proc_terminate()
954 int avail = min(srx->skb_new, srx->fpdu_part_rem); in siw_get_trailer()
959 srx->fpdu_part_rem, srx->skb_new, srx->pad); in siw_get_trailer()
964 srx->fpdu_part_rem -= avail; in siw_get_trailer()
966 if (srx->fpdu_part_rem) in siw_get_trailer()
1362 srx->fpdu_part_rem = in siw_tcp_rx_data()
1366 if (srx->fpdu_part_rem) in siw_tcp_rx_data()
1367 srx->pad = -srx->fpdu_part_rem & 0x3; in siw_tcp_rx_data()
1397 srx->fpdu_part_rem = (-mpa_len & 0x3) in siw_tcp_rx_data()
1451 srx->state, srx->fpdu_part_rem); in siw_tcp_rx_data()