Lines Matching defs:rbuf
2507 * @rbuf: receive buffer
2510 struct irdma_puda_buf *rbuf)
2565 * @rbuf: receive buffer
2568 struct irdma_puda_buf *rbuf)
2571 int datasize = rbuf->datalen;
2572 u8 *dataloc = rbuf->data;
2674 * @rbuf: receive buffer
2677 struct irdma_puda_buf *rbuf)
2679 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph;
2740 * @rbuf: receive buffer
2743 struct irdma_puda_buf *rbuf)
2745 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph;
2813 * @rbuf: receive buffer
2816 struct irdma_puda_buf *rbuf)
2818 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph;
2822 u32 datasize = rbuf->datalen;
2840 irdma_handle_rcv_mpa(cm_node, rbuf);
2847 irdma_handle_rcv_mpa(cm_node, rbuf);
2855 irdma_handle_rcv_mpa(cm_node, rbuf);
2896 * @rbuf: receive buffer
2899 struct irdma_puda_buf *rbuf)
2902 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph;
2920 irdma_handle_syn_pkt(cm_node, rbuf);
2923 irdma_handle_synack_pkt(cm_node, rbuf);
2926 err = irdma_handle_ack_pkt(cm_node, rbuf);
2931 irdma_handle_rst_pkt(cm_node, rbuf);
2935 (!irdma_check_seq(cm_node, (struct tcphdr *)rbuf->tcph)))
3136 * @rbuf: receive buffer
3138 void irdma_receive_ilq(struct irdma_sc_vsi *vsi, struct irdma_puda_buf *rbuf)
3152 iph = (struct iphdr *)rbuf->iph;
3154 16, 8, rbuf->mem.va, rbuf->totallen, false);
3156 if (rbuf->vlan_valid) {
3157 vtag = rbuf->vlan_id;
3165 ethh = rbuf->mem.va;
3178 tcph = (struct tcphdr *)rbuf->tcph;
3180 if (rbuf->ipv4) {
3186 ip6h = (struct ipv6hdr *)rbuf->iph;
3242 irdma_process_pkt(cm_node, rbuf);