Searched refs:skb_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | usb.c | 825 struct sk_buff *skb_send) in mwifiex_usb_construct_send_urb() 833 context->skb = skb_send; in mwifiex_usb_construct_send_urb() 839 usb_sndintpipe(card->udev, ep), skb_send->data, in mwifiex_usb_construct_send_urb() 840 skb_send->len, mwifiex_usb_tx_complete, in mwifiex_usb_construct_send_urb() 845 skb_send->data, skb_send->len, in mwifiex_usb_construct_send_urb() 885 struct sk_buff **skb_send) in mwifiex_usb_prepare_tx_aggr_skb() 954 *skb_send = skb_aggr; in mwifiex_usb_prepare_tx_aggr_skb() 975 struct sk_buff *skb_send = NULL; in mwifiex_usb_aggr_tx_data() local 1084 ret = mwifiex_usb_prepare_tx_aggr_skb(adapter, port, &skb_send); in mwifiex_usb_aggr_tx_data() 822 mwifiex_usb_construct_send_urb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, u8 ep, struct urb_context *context, struct sk_buff *skb_send) mwifiex_usb_construct_send_urb() argument 883 mwifiex_usb_prepare_tx_aggr_skb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, struct sk_buff **skb_send) mwifiex_usb_prepare_tx_aggr_skb() argument 1143 struct sk_buff *skb_send = NULL; mwifiex_usb_tx_aggr_tmo() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | usb.c | 813 struct sk_buff *skb_send) in mwifiex_usb_construct_send_urb() 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() 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() 810 mwifiex_usb_construct_send_urb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, u8 ep, struct urb_context *context, struct sk_buff *skb_send) mwifiex_usb_construct_send_urb() argument 871 mwifiex_usb_prepare_tx_aggr_skb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, struct sk_buff **skb_send) mwifiex_usb_prepare_tx_aggr_skb() argument 1131 struct sk_buff *skb_send = NULL; mwifiex_usb_tx_aggr_tmo() local [all...] |
Completed in 4 milliseconds