Searched refs:skb_send (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
D | usb.c | 808 struct sk_buff *skb_send) in mwifiex_usb_construct_send_urb() argument 816 context->skb = skb_send; in mwifiex_usb_construct_send_urb() 822 usb_sndintpipe(card->udev, ep), skb_send->data, in mwifiex_usb_construct_send_urb() 823 skb_send->len, mwifiex_usb_tx_complete, in mwifiex_usb_construct_send_urb() 828 skb_send->data, skb_send->len, in mwifiex_usb_construct_send_urb() 868 struct sk_buff **skb_send) in mwifiex_usb_prepare_tx_aggr_skb() argument 937 *skb_send = skb_aggr; in mwifiex_usb_prepare_tx_aggr_skb() 958 struct sk_buff *skb_send = NULL; in mwifiex_usb_aggr_tx_data() local 1067 ret = mwifiex_usb_prepare_tx_aggr_skb(adapter, port, &skb_send); in mwifiex_usb_aggr_tx_data() 1071 context, skb_send); in mwifiex_usb_aggr_tx_data() [all …]
|