Searched refs:skb_send (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | usb.c | 813 struct sk_buff *skb_send) in mwifiex_usb_construct_send_urb() argument 821 context->skb = skb_send; in mwifiex_usb_construct_send_urb() 827 usb_sndintpipe(card->udev, ep), skb_send->data, in mwifiex_usb_construct_send_urb() 828 skb_send->len, mwifiex_usb_tx_complete, in mwifiex_usb_construct_send_urb() 833 skb_send->data, skb_send->len, in mwifiex_usb_construct_send_urb() 873 struct sk_buff **skb_send) in mwifiex_usb_prepare_tx_aggr_skb() argument 942 *skb_send = skb_aggr; in mwifiex_usb_prepare_tx_aggr_skb() 963 struct sk_buff *skb_send = NULL; in mwifiex_usb_aggr_tx_data() local 1072 ret = mwifiex_usb_prepare_tx_aggr_skb(adapter, port, &skb_send); in mwifiex_usb_aggr_tx_data() 1076 context, skb_send); in mwifiex_usb_aggr_tx_data() [all …]
|