Searched refs:push_len (Results 1 – 3 of 3) sorted by relevance
2866 uint16_t delta, seg_len, push_len; in ena_tx_map_mbuf() local2881 push_len = RTE_MIN(mbuf->pkt_len, tx_ring->tx_max_header_size); in ena_tx_map_mbuf()2882 *header_len = push_len; in ena_tx_map_mbuf()2884 if (likely(push_len <= seg_len)) { in ena_tx_map_mbuf()2893 rte_pktmbuf_read(mbuf, 0, push_len, in ena_tx_map_mbuf()2896 delta = push_len - seg_len; in ena_tx_map_mbuf()2901 push_len = 0; in ena_tx_map_mbuf()2905 if (seg_len > push_len) { in ena_tx_map_mbuf()2908 push_len; in ena_tx_map_mbuf()2909 ena_buf->len = seg_len - push_len; in ena_tx_map_mbuf()
1804 lacp_action.push_len = 0xf; /* push_len:0xf, not convert */ in hinic_set_lacp_tcam()1832 bgp_action.push_len = 0xf; /* push_len:0xf, not convert */ in hinic_set_bgp_dport_tcam()1860 bgp_action.push_len = 0xf; /* push_len:0xf, not convert */ in hinic_set_bgp_sport_tcam()1884 vrrp_action.push_len = 0xf; in hinic_set_vrrp_tcam()
731 u8 push_len; member