Searched refs:CPSW_MIN_PACKET_SIZE (Results 1 – 4 of 4) sorted by relevance
95 #define CPSW_MIN_PACKET_SIZE (ETH_ZLEN) macro
910 if (skb_put_padto(skb, CPSW_MIN_PACKET_SIZE)) { in cpsw_ndo_start_xmit()1129 if (xdpf->len < CPSW_MIN_PACKET_SIZE) in cpsw_ndo_xdp_xmit()
1393 priv->tx_packet_min = CPSW_MIN_PACKET_SIZE; in cpsw_create_ports()1734 WRITE_ONCE(priv->tx_packet_min, CPSW_MIN_PACKET_SIZE); in cpsw_dl_switch_mode_set()
523 dma_params.min_packet_size = CPSW_MIN_PACKET_SIZE; in cpsw_init_common()