Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c748 struct cpl_rx_data_ddp_norss ddp_cpl; in do_iscsi_hdr() local
785 err = skb_copy_bits(skb, skb->len - sizeof(ddp_cpl), &ddp_cpl, in do_iscsi_hdr()
786 sizeof(ddp_cpl)); in do_iscsi_hdr()
790 skb->len, sizeof(ddp_cpl), err); in do_iscsi_hdr()
795 cxgbi_skcb_rx_pdulen(skb) = ntohs(ddp_cpl.len); in do_iscsi_hdr()
796 cxgbi_skcb_rx_ddigest(skb) = ntohl(ddp_cpl.ulp_crc); in do_iscsi_hdr()
797 status = ntohl(ddp_cpl.ddp_status); in do_iscsi_hdr()
810 if (skb->len > (hdr_len + sizeof(ddp_cpl))) { in do_iscsi_hdr()
826 csk->rcv_nxt = ntohl(ddp_cpl.seq) + cxgbi_skcb_rx_pdulen(skb); in do_iscsi_hdr()