Home
last modified time | relevance | path

Searched refs:ddp_cpl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c749 struct cpl_rx_data_ddp_norss ddp_cpl; in do_iscsi_hdr() local
786 err = skb_copy_bits(skb, skb->len - sizeof(ddp_cpl), &ddp_cpl, in do_iscsi_hdr()
787 sizeof(ddp_cpl)); in do_iscsi_hdr()
791 skb->len, sizeof(ddp_cpl), err); in do_iscsi_hdr()
796 cxgbi_skcb_rx_pdulen(skb) = ntohs(ddp_cpl.len); in do_iscsi_hdr()
797 cxgbi_skcb_rx_ddigest(skb) = ntohl(ddp_cpl.ulp_crc); in do_iscsi_hdr()
798 status = ntohl(ddp_cpl.ddp_status); in do_iscsi_hdr()
811 if (skb->len > (hdr_len + sizeof(ddp_cpl))) { in do_iscsi_hdr()
827 csk->rcv_nxt = ntohl(ddp_cpl.seq) + cxgbi_skcb_rx_pdulen(skb); in do_iscsi_hdr()