Searched refs:push_len (Results 1 – 3 of 3) sorted by relevance
2413 uint16_t delta, seg_len, push_len; in ena_tx_map_mbuf() local2428 push_len = RTE_MIN(mbuf->pkt_len, tx_ring->tx_max_header_size); in ena_tx_map_mbuf()2429 *header_len = push_len; in ena_tx_map_mbuf()2431 if (likely(push_len <= seg_len)) { in ena_tx_map_mbuf()2440 rte_pktmbuf_read(mbuf, 0, push_len, in ena_tx_map_mbuf()2443 delta = push_len - seg_len; in ena_tx_map_mbuf()2448 push_len = 0; in ena_tx_map_mbuf()2452 if (seg_len > push_len) { in ena_tx_map_mbuf()2455 push_len; in ena_tx_map_mbuf()2456 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()
740 u8 push_len; member