Searched refs:tx_packet_min (Results 1 – 2 of 2) sorted by relevance
926 if (skb_put_padto(skb, READ_ONCE(priv->tx_packet_min))) { in cpsw_ndo_start_xmit()1102 if (xdpf->len < READ_ONCE(priv->tx_packet_min)) in cpsw_ndo_xdp_xmit()1393 priv->tx_packet_min = CPSW_MIN_PACKET_SIZE; in cpsw_create_ports()1705 WRITE_ONCE(priv->tx_packet_min, CPSW_MIN_PACKET_SIZE_VLAN); in cpsw_dl_switch_mode_set()1734 WRITE_ONCE(priv->tx_packet_min, CPSW_MIN_PACKET_SIZE); in cpsw_dl_switch_mode_set()
391 u32 tx_packet_min; member