Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_tso.c60 size_t bytes_to_copy = 0; in sfc_tso_prepare_header() local
65 bytes_to_copy = MIN(bytes_left, m->data_len); in sfc_tso_prepare_header()
68 bytes_to_copy); in sfc_tso_prepare_header()
70 bytes_left -= bytes_to_copy; in sfc_tso_prepare_header()
71 tsoh += bytes_to_copy; in sfc_tso_prepare_header()
80 if (bytes_to_copy == m->data_len) { in sfc_tso_prepare_header()
86 *in_off = bytes_to_copy; in sfc_tso_prepare_header()
/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c981 uint64_t mbufs_size, bytes_to_copy, offset1 = 0, offset2 = 0; in reallocate_mbuf() local
1002 bytes_to_copy = temp_mbuf->data_len - offset1; in reallocate_mbuf()
1007 bytes_to_copy = mbufs_size - offset2; in reallocate_mbuf()
1011 bytes_to_copy = temp_mbuf->data_len - offset1; in reallocate_mbuf()
1016 data = rte_pktmbuf_append(new_mbufs[0], bytes_to_copy); in reallocate_mbuf()
1019 void *, offset1), bytes_to_copy); in reallocate_mbuf()
1024 offset2 += bytes_to_copy; in reallocate_mbuf()
1028 offset1 += bytes_to_copy; in reallocate_mbuf()
/dpdk/drivers/net/qede/base/
H A Decore_mcp.c3127 u32 bytes_left, offset, bytes_to_copy, buf_size; in ecore_mcp_nvm_read() local
3139 bytes_to_copy = OSAL_MIN_T(u32, bytes_left, in ecore_mcp_nvm_read()
3141 nvm_offset = (addr + offset) | (bytes_to_copy << in ecore_mcp_nvm_read()
3383 u32 bytes_left, bytes_to_copy, buf_size, nvm_offset; in ecore_mcp_phy_sfp_read() local
3393 bytes_to_copy = OSAL_MIN_T(u32, bytes_left, in ecore_mcp_phy_sfp_read()
3399 nvm_offset |= (bytes_to_copy << in ecore_mcp_phy_sfp_read()
/dpdk/drivers/net/qede/
H A Dqede_debug.c3961 u32 ret_mcp_resp, ret_mcp_param, ret_read_size, bytes_to_copy; in qed_nvram_read() local
3970 bytes_to_copy = in qed_nvram_read()
3978 SET_MFW_FIELD(param, DRV_MB_PARAM_NVM_LEN, bytes_to_copy); in qed_nvram_read()