Home
last modified time | relevance | path

Searched refs:alloc_skb (Results 1 – 17 of 17) 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.c65 skb = alloc_skb(len, GFP_KERNEL); in mt76s_build_rx_skb()
H A Dusb.c490 skb = alloc_skb(MT_SKB_HEAD_LEN, GFP_ATOMIC); in mt76u_build_rx_skb()
/freebsd/sys/contrib/dev/rtw88/
H A Dusb.c643 skb = alloc_skb(skb_len, GFP_ATOMIC); in rtw_usb_rx_handler()
689 rx_skb = alloc_skb(RTW_USB_MAX_RECVBUF_SZ, gfp); in rtw_usb_rx_resubmit()
981 rx_skb = alloc_skb(RTW_USB_MAX_RECVBUF_SZ, GFP_KERNEL); in rtw_usb_init_rx()
H A Dfw.c1098 skb = alloc_skb(size, GFP_KERNEL); in rtw_nlo_info_get()
1146 skb = alloc_skb(4 * count + chip->tx_pkt_desc_sz, GFP_KERNEL); in rtw_cs_channel_info_get()
1179 skb = alloc_skb(size, GFP_KERNEL); in rtw_lps_pg_dpk_get()
1205 skb = alloc_skb(size, GFP_KERNEL); in rtw_lps_pg_info_get()
1233 skb_new = alloc_skb(1, GFP_KERNEL); in rtw_get_rsvd_page_skb()
/freebsd/sys/contrib/dev/rtw89/
H A Dusb.c459 rx_skb = alloc_skb(RTW89_USB_RECVBUF_SZ, gfp); in rtw89_usb_rx_resubmit()
619 rx_skb = alloc_skb(RTW89_USB_RECVBUF_SZ, GFP_KERNEL); in rtw89_usb_init_rx()
/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/contrib/dev/iwlwifi/mld/
H A Drx.c1820 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mld_rx_mpdu()
2065 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mld_rx_monitor_no_data()
H A Dd3.c503 struct sk_buff *pkt = alloc_skb(pkt_bufsize, GFP_KERNEL); in iwl_mld_set_wake_packet()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h215 alloc_skb(size_t size, gfp_t gfp) in alloc_skb() function
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c2187 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mvm_rx_mpdu_mq()
2496 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mvm_rx_monitor_no_data()
H A Drx.c329 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mvm_rx_rx_mpdu()
H A Dmac-ctxt.c1767 skb = alloc_skb(size, GFP_ATOMIC); in iwl_mvm_rx_stored_beacon_notif()
H A Dd3.c1544 pkt = alloc_skb(pktsize, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons()