Home
last modified time | relevance | path

Searched refs:skb_put_padto (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Ddma.h77 return skb_put_padto(skb, round_up(skb->len, 4) + 4); in mt7601u_dma_skb_wrap()
/openbmc/linux/net/hsr/
H A Dhsr_device.c318 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 Dhsr_forward.c220 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 Detherdevice.h644 return skb_put_padto(skb, ETH_ZLEN); in eth_skb_pad()
H A Dskbuff.h3708 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 Dlantiq_xrx200.c368 if (skb_put_padto(skb, ETH_ZLEN)) { in xrx200_start_xmit()
H A Dlantiq_etop.c485 if (skb_put_padto(skb, ETH_ZLEN)) in ltq_etop_tx()
H A Dethoc.c887 if (skb_put_padto(skb, ETHOC_ZLEN)) { in ethoc_start_xmit()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c819 if (skb_put_padto(skb, ETH_ZLEN)) { in lan966x_fdma_xmit()
/openbmc/linux/net/qrtr/
H A Daf_qrtr.c370 rc = skb_put_padto(skb, ALIGN(len, 4) + sizeof(*hdr)); in qrtr_node_enqueue()
/openbmc/linux/drivers/net/ethernet/rdc/
H A Dr6040.c806 if (skb_put_padto(skb, ETH_ZLEN) < 0) in r6040_start_xmit()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c302 if (skb_put_padto(skb, ETH_ZLEN + ETH_FCS_LEN)) in bcmasp_xmit()
/openbmc/linux/drivers/net/ethernet/ti/
H A Ddavinci_emac.c965 ret_code = skb_put_padto(skb, EMAC_DEF_MIN_ETHPKTSIZE); in emac_dev_xmit()
H A Dcpsw.c910 if (skb_put_padto(skb, CPSW_MIN_PACKET_SIZE)) { in cpsw_ndo_start_xmit()
H A Dcpsw_new.c926 if (skb_put_padto(skb, READ_ONCE(priv->tx_packet_min))) { in cpsw_ndo_start_xmit()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c1419 if (skb_put_padto(skb, ETH_ZLEN)) { in ave_start_xmit()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c2420 if (skb_put_padto(skb, ICE_MIN_TX_LEN)) in ice_start_xmit()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c1628 if (skb_put_padto(skb, ETH_ZLEN)) in rswitch_start_xmit()
H A Dravb_main.c1961 if (skb_put_padto(skb, ETH_ZLEN)) in ravb_start_xmit()
H A Dsh_eth.c2510 if (skb_put_padto(skb, ETH_ZLEN)) in sh_eth_start_xmit()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1519 if (skb_put_padto(skb, 17)) in wx_xmit_frame()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1399 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 Di40e_txrx.c4041 if (skb_put_padto(skb, I40E_MIN_TX_LEN)) in i40e_lan_xmit_frame()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1204 if (skb_put_padto(skb, 36)) in be_xmit_workarounds()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c2289 return skb_put_padto(skb, netdev->min_mtu); in ibmvnic_xmit_workarounds()

12