Searched refs:pau_rcv_nxt (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_mgt.c | 265 skb = nes_get_next_skb(nesdev, nesqp, NULL, nesqp->pau_rcv_nxt, &ack, &wnd, &fin_rcvd, &rst_rcvd); in get_fpdu_info() 292 nesqp->pau_rcv_nxt + frag_tot, &ack, &wnd, &fin_rcvd, &rst_rcvd); in get_fpdu_info() 364 tcph->seq = cpu_to_be32(nesqp->pau_rcv_nxt); in get_fpdu_info() 368 nesqp->pau_rcv_nxt += fpdu_len + fin_rcvd; in get_fpdu_info() 388 tcph->seq = cpu_to_be32(nesqp->pau_rcv_nxt); in get_fpdu_info() 537 rcv_nxt = nesqp->pau_rcv_nxt; in queue_fpdus() 683 nesqp->nesqp_context->rcv_nxt = cpu_to_le32(nesqp->pau_rcv_nxt); in nes_chg_qh_handler() 808 nesqp->pau_rcv_nxt = le32_to_cpu( in nes_mgt_ce_handler()
|
D | nes_verbs.h | 171 u32 pau_rcv_nxt; member
|