Searched refs:alloc_skb (Results 1 – 17 of 17) sorted by relevance
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76x02_usb_mcu.c | 146 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 D | mcu.c | 18 skb = alloc_skb(len, gfp); in __mt76_mcu_msg_alloc()
|
| H A D | testmode.c | 125 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 D | sdio_txrx.c | 65 skb = alloc_skb(len, GFP_KERNEL); in mt76s_build_rx_skb()
|
| H A D | usb.c | 490 skb = alloc_skb(MT_SKB_HEAD_LEN, GFP_ATOMIC); in mt76u_build_rx_skb()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | usb.c | 643 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 D | fw.c | 1098 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 D | usb.c | 459 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 D | debugfs.c | 259 skb = alloc_skb(1, GFP_KERNEL); in mt7615_reset_test_set()
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_generic.c | 107 return alloc_skb(LL_RESERVED_SPACE(ifp) + len + in nm_os_get_mbuf()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | rx.c | 1820 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 D | d3.c | 503 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 D | skbuff.h | 215 alloc_skb(size_t size, gfp_t gfp) in alloc_skb() function
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rxmq.c | 2187 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 D | rx.c | 329 skb = alloc_skb(128, GFP_ATOMIC); in iwl_mvm_rx_rx_mpdu()
|
| H A D | mac-ctxt.c | 1767 skb = alloc_skb(size, GFP_ATOMIC); in iwl_mvm_rx_stored_beacon_notif()
|
| H A D | d3.c | 1544 pkt = alloc_skb(pktsize, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons()
|