Searched refs:pau_rcv_nxt (Results 1 - 2 of 2) sorted by path

/drivers/infiniband/hw/nes/
H A Dnes_mgt.c264 skb = nes_get_next_skb(nesdev, nesqp, NULL, nesqp->pau_rcv_nxt, &ack, &wnd, &fin_rcvd, &rst_rcvd);
291 nesqp->pau_rcv_nxt + frag_tot, &ack, &wnd, &fin_rcvd, &rst_rcvd);
364 tcph->seq = cpu_to_be32(nesqp->pau_rcv_nxt);
368 nesqp->pau_rcv_nxt += fpdu_len + fin_rcvd;
388 tcph->seq = cpu_to_be32(nesqp->pau_rcv_nxt);
537 rcv_nxt = nesqp->pau_rcv_nxt;
683 nesqp->nesqp_context->rcv_nxt = cpu_to_le32(nesqp->pau_rcv_nxt);
809 nesqp->pau_rcv_nxt = le32_to_cpu(
H A Dnes_verbs.h167 u32 pau_rcv_nxt; member in struct:nes_qp

Completed in 66 milliseconds