/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | dma.h | 77 return skb_put_padto(skb, round_up(skb->len, 4) + 4); in mt7601u_dma_skb_wrap()
|
/openbmc/linux/net/hsr/ |
H A D | hsr_device.c | 318 if (skb_put_padto(skb, ETH_ZLEN)) { in send_hsr_supervision_frame() 358 if (skb_put_padto(skb, ETH_ZLEN)) { in send_prp_supervision_frame()
|
H A D | hsr_forward.c | 220 if (skb_put_padto(skb, min_size)) in prp_fill_rct() 257 if (skb_put_padto(skb, ETH_ZLEN + HSR_HLEN)) in hsr_fill_tag()
|
/openbmc/linux/include/linux/ |
H A D | etherdevice.h | 644 return skb_put_padto(skb, ETH_ZLEN); in eth_skb_pad()
|
H A D | skbuff.h | 3708 static inline int __must_check skb_put_padto(struct sk_buff *skb, unsigned int len) in skb_put_padto() function
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | lantiq_xrx200.c | 368 if (skb_put_padto(skb, ETH_ZLEN)) { in xrx200_start_xmit()
|
H A D | lantiq_etop.c | 485 if (skb_put_padto(skb, ETH_ZLEN)) in ltq_etop_tx()
|
H A D | ethoc.c | 887 if (skb_put_padto(skb, ETHOC_ZLEN)) { in ethoc_start_xmit()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_fdma.c | 819 if (skb_put_padto(skb, ETH_ZLEN)) { in lan966x_fdma_xmit()
|
/openbmc/linux/net/qrtr/ |
H A D | af_qrtr.c | 370 rc = skb_put_padto(skb, ALIGN(len, 4) + sizeof(*hdr)); in qrtr_node_enqueue()
|
/openbmc/linux/drivers/net/ethernet/rdc/ |
H A D | r6040.c | 806 if (skb_put_padto(skb, ETH_ZLEN) < 0) in r6040_start_xmit()
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_intf.c | 302 if (skb_put_padto(skb, ETH_ZLEN + ETH_FCS_LEN)) in bcmasp_xmit()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | davinci_emac.c | 965 ret_code = skb_put_padto(skb, EMAC_DEF_MIN_ETHPKTSIZE); in emac_dev_xmit()
|
H A D | cpsw.c | 910 if (skb_put_padto(skb, CPSW_MIN_PACKET_SIZE)) { in cpsw_ndo_start_xmit()
|
H A D | cpsw_new.c | 926 if (skb_put_padto(skb, READ_ONCE(priv->tx_packet_min))) { in cpsw_ndo_start_xmit()
|
/openbmc/linux/drivers/net/ethernet/socionext/ |
H A D | sni_ave.c | 1419 if (skb_put_padto(skb, ETH_ZLEN)) { in ave_start_xmit()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.c | 2420 if (skb_put_padto(skb, ICE_MIN_TX_LEN)) in ice_start_xmit()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 1628 if (skb_put_padto(skb, ETH_ZLEN)) in rswitch_start_xmit()
|
H A D | ravb_main.c | 1961 if (skb_put_padto(skb, ETH_ZLEN)) in ravb_start_xmit()
|
H A D | sh_eth.c | 2510 if (skb_put_padto(skb, ETH_ZLEN)) in sh_eth_start_xmit()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 1519 if (skb_put_padto(skb, 17)) in wx_xmit_frame()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 1399 int ret = skb_put_padto(skb, HNS3_MIN_TUN_PKT_LEN); in hns3_set_l4_csum_length() 2308 if (skb_put_padto(skb, HNS3_MIN_TX_LEN)) { in hns3_nic_net_xmit()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 4041 if (skb_put_padto(skb, I40E_MIN_TX_LEN)) in i40e_lan_xmit_frame()
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 1204 if (skb_put_padto(skb, 36)) in be_xmit_workarounds()
|
/openbmc/linux/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 2289 return skb_put_padto(skb, netdev->min_mtu); in ibmvnic_xmit_workarounds()
|