Lines Matching defs:rbuf
2505 * @rbuf: receive buffer
2508 struct irdma_puda_buf *rbuf)
2563 * @rbuf: receive buffer
2566 struct irdma_puda_buf *rbuf)
2569 int datasize = rbuf->datalen;
2570 u8 *dataloc = rbuf->data;
2672 * @rbuf: receive buffer
2675 struct irdma_puda_buf *rbuf)
2677 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph;
2738 * @rbuf: receive buffer
2741 struct irdma_puda_buf *rbuf)
2743 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph;
2811 * @rbuf: receive buffer
2814 struct irdma_puda_buf *rbuf)
2816 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph;
2820 u32 datasize = rbuf->datalen;
2838 irdma_handle_rcv_mpa(cm_node, rbuf);
2845 irdma_handle_rcv_mpa(cm_node, rbuf);
2853 irdma_handle_rcv_mpa(cm_node, rbuf);
2894 * @rbuf: receive buffer
2897 struct irdma_puda_buf *rbuf)
2900 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph;
2918 irdma_handle_syn_pkt(cm_node, rbuf);
2921 irdma_handle_synack_pkt(cm_node, rbuf);
2924 err = irdma_handle_ack_pkt(cm_node, rbuf);
2929 irdma_handle_rst_pkt(cm_node, rbuf);
2933 (!irdma_check_seq(cm_node, (struct tcphdr *)rbuf->tcph)))
3134 * @rbuf: receive buffer
3136 void irdma_receive_ilq(struct irdma_sc_vsi *vsi, struct irdma_puda_buf *rbuf)
3150 iph = (struct iphdr *)rbuf->iph;
3152 16, 8, rbuf->mem.va, rbuf->totallen, false);
3154 if (rbuf->vlan_valid) {
3155 vtag = rbuf->vlan_id;
3163 ethh = rbuf->mem.va;
3176 tcph = (struct tcphdr *)rbuf->tcph;
3178 if (rbuf->ipv4) {
3184 ip6h = (struct ipv6hdr *)rbuf->iph;
3240 irdma_process_pkt(cm_node, rbuf);