Home
last modified time | relevance | path

Searched refs:alloc_skb (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_mcu.c146 skb = alloc_skb(cnt * 8 + MT_DMA_HDR_LEN + 4, GFP_KERNEL); in mt76x02u_mcu_wr_rp()
182 skb = alloc_skb(cnt * 8 + MT_DMA_HDR_LEN + 4, GFP_KERNEL); in mt76x02u_mcu_rd_rp()
H A Dmcu.c18 skb = alloc_skb(len, gfp); in __mt76_mcu_msg_alloc()
H A Dtestmode.c125 head = alloc_skb(head_len, GFP_KERNEL); in mt76_testmode_alloc_skb()
155 frag = alloc_skb(frag_len, GFP_KERNEL); in mt76_testmode_alloc_skb()
H A Dsdio_txrx.c61 skb = alloc_skb(len, GFP_KERNEL); in mt76s_build_rx_skb()
H A Dusb.c487 skb = alloc_skb(MT_SKB_HEAD_LEN, GFP_ATOMIC); in mt76u_build_rx_skb()
/freebsd/sys/contrib/dev/rtw88/
H A Dfw.c1075 skb = alloc_skb(size, GFP_KERNEL); in rtw_lps_pg_dpk_get()
1123 skb = alloc_skb(4 * count + chip->tx_pkt_desc_sz, GFP_KERNEL); in rtw_get_rsvd_page_skb()
1156 skb = alloc_skb(size, GFP_KERNEL); in rtw_get_rsvd_page_skb()
1182 skb = alloc_skb(size, GFP_KERNEL); in rtw_get_rsvd_page_skb()
1210 skb_new = alloc_skb(1, GFP_KERNEL); in rtw_len_to_page()
H A Dusb.c589 rxcb->rx_skb = alloc_skb(RTW_USB_MAX_RECVBUF_SZ, GFP_ATOMIC); in rtw_usb_read_port_complete()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddebugfs.c259 skb = alloc_skb(1, GFP_KERNEL); in mt7615_reset_test_set()
/freebsd/sys/dev/netmap/
H A Dnetmap_generic.c107 return alloc_skb(LL_RESERVED_SPACE(ifp) + len + in nm_os_get_mbuf()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h209 alloc_skb(size_t size, gfp_t gfp) in alloc_skb() function
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c329 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mvm_rx_rx_mpdu()
331 IWL_ERR(mvm, "alloc_skb failed\n"); in iwl_mvm_rx_rx_mpdu()
H A Drxmq.c2135 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mvm_rx_he()
2137 IWL_ERR(mvm, "alloc_skb failed\n"); in iwl_mvm_rx_he()
2450 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mvm_rx_mpdu_mq()
2452 IWL_ERR(mvm, "alloc_skb failed\n"); in iwl_mvm_rx_mpdu_mq()
H A Dmac-ctxt.c1728 skb = alloc_skb(size, GFP_ATOMIC); in iwl_mvm_probe_resp_data_notif()
1730 IWL_ERR(mvm, "alloc_skb failed\n"); in iwl_mvm_probe_resp_data_notif()
H A Dd3.c1545 pkt = alloc_skb(pktsize, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons()