Lines Matching defs:copy_len
1544 * @copy_len: offending pkt length to be copied to term hdr
1548 int *copy_len, u8 *is_tagged)
1554 *copy_len = 2;
1559 *copy_len += TERM_DDP_LEN_TAGGED;
1564 *copy_len += TERM_DDP_LEN_UNTAGGED;
1569 *copy_len += TERM_RDMA_LEN;
1585 int copy_len = 0;
1595 irdma_bld_termhdr_ddp_rdma(pkt, termhdr, ©_len, &is_tagged);
1749 if (copy_len)
1750 memcpy(termhdr + 1, pkt, copy_len);
1752 return sizeof(struct irdma_terminate_hdr) + copy_len;