Searched refs:tx_packet_min (Results 1 – 2 of 2) sorted by relevance
931 if (skb_put_padto(skb, READ_ONCE(priv->tx_packet_min))) { in cpsw_ndo_start_xmit()1111 if (xdpf->len < READ_ONCE(priv->tx_packet_min)) { in cpsw_ndo_xdp_xmit()1408 priv->tx_packet_min = CPSW_MIN_PACKET_SIZE; in cpsw_create_ports()1706 WRITE_ONCE(priv->tx_packet_min, CPSW_MIN_PACKET_SIZE_VLAN); in cpsw_dl_switch_mode_set()1735 WRITE_ONCE(priv->tx_packet_min, CPSW_MIN_PACKET_SIZE); in cpsw_dl_switch_mode_set()
384 u32 tx_packet_min; member