Searched refs:skb_put_padto (Results 1 – 25 of 33) sorted by relevance
12
/linux-6.12.1/drivers/net/wireless/mediatek/mt7601u/ |
D | dma.h | 77 return skb_put_padto(skb, round_up(skb->len, 4) + 4); in mt7601u_dma_skb_wrap()
|
/linux-6.12.1/net/hsr/ |
D | hsr_device.c | 346 if (skb_put_padto(skb, ETH_ZLEN)) { in send_hsr_supervision_frame() 387 if (skb_put_padto(skb, ETH_ZLEN)) { in send_prp_supervision_frame()
|
D | hsr_forward.c | 249 if (skb_put_padto(skb, min_size)) in prp_fill_rct() 286 if (skb_put_padto(skb, ETH_ZLEN + HSR_HLEN)) in hsr_fill_tag()
|
/linux-6.12.1/include/linux/ |
D | etherdevice.h | 656 return skb_put_padto(skb, ETH_ZLEN); in eth_skb_pad()
|
/linux-6.12.1/drivers/net/ethernet/ |
D | lantiq_xrx200.c | 368 if (skb_put_padto(skb, ETH_ZLEN)) { in xrx200_start_xmit()
|
D | lantiq_etop.c | 484 if (skb_put_padto(skb, ETH_ZLEN)) in ltq_etop_tx()
|
D | ethoc.c | 887 if (skb_put_padto(skb, ETHOC_ZLEN)) { in ethoc_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/ |
D | octep_vf_main.c | 611 if (skb_put_padto(skb, ETH_ZLEN)) in octep_vf_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_fdma.c | 715 if (skb_put_padto(skb, ETH_ZLEN)) { in lan966x_fdma_xmit()
|
/linux-6.12.1/net/qrtr/ |
D | af_qrtr.c | 370 rc = skb_put_padto(skb, ALIGN(len, 4) + sizeof(*hdr)); in qrtr_node_enqueue()
|
/linux-6.12.1/drivers/net/ethernet/rdc/ |
D | r6040.c | 806 if (skb_put_padto(skb, ETH_ZLEN) < 0) in r6040_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/ |
D | octep_main.c | 857 if (skb_put_padto(skb, ETH_ZLEN)) in octep_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/renesas/ |
D | rtsn.c | 1070 if (skb_put_padto(skb, ETH_ZLEN)) in rtsn_start_xmit()
|
D | rswitch.c | 1677 if (skb_put_padto(skb, ETH_ZLEN)) in rswitch_start_xmit()
|
D | sh_eth.c | 2510 if (skb_put_padto(skb, ETH_ZLEN)) in sh_eth_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp_intf.c | 302 if (skb_put_padto(skb, ETH_ZLEN + ETH_FCS_LEN)) in bcmasp_xmit()
|
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | davinci_emac.c | 963 ret_code = skb_put_padto(skb, EMAC_DEF_MIN_ETHPKTSIZE); in emac_dev_xmit()
|
D | cpsw.c | 910 if (skb_put_padto(skb, CPSW_MIN_PACKET_SIZE)) { in cpsw_ndo_start_xmit()
|
D | cpsw_new.c | 926 if (skb_put_padto(skb, READ_ONCE(priv->tx_packet_min))) { in cpsw_ndo_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 1419 if (skb_put_padto(skb, ETH_ZLEN)) { in ave_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_txrx.c | 2417 if (skb_put_padto(skb, ICE_MIN_TX_LEN)) in ice_start_xmit()
|
/linux-6.12.1/drivers/net/ethernet/meta/fbnic/ |
D | fbnic_txrx.c | 246 if (skb_put_padto(skb, FBNIC_MIN_FRAME_LEN)) in fbnic_xmit_frame_ring()
|
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/ |
D | wx_lib.c | 1529 if (skb_put_padto(skb, 17)) in wx_xmit_frame()
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 1399 int ret = skb_put_padto(skb, HNS3_MIN_TUN_PKT_LEN); in hns3_set_l4_csum_length() 2304 if (skb_put_padto(skb, HNS3_MIN_TX_LEN)) { in hns3_nic_net_xmit()
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 3987 if (skb_put_padto(skb, I40E_MIN_TX_LEN)) in i40e_lan_xmit_frame()
|
12