Home
last modified time | relevance | path

Searched refs:tx_cmd_ep (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
A Dusb.c267 if (context->ep == card->tx_cmd_ep) { in mwifiex_usb_tx_complete()
501 card->tx_cmd_ep = usb_endpoint_num(epd); in mwifiex_usb_probe()
511 if (!card->rx_cmd_ep || !card->tx_cmd_ep) in mwifiex_usb_probe()
835 if (ep == card->tx_cmd_ep && in mwifiex_usb_construct_send_urb()
849 if (ep == card->tx_cmd_ep) in mwifiex_usb_construct_send_urb()
854 if (ep != card->tx_cmd_ep && in mwifiex_usb_construct_send_urb()
865 if (ep == card->tx_cmd_ep) { in mwifiex_usb_construct_send_urb()
1202 if (ep == card->tx_cmd_ep) { in mwifiex_usb_host_to_card()
1248 card->tx_cmd.ep = card->tx_cmd_ep; in mwifiex_usb_tx_init()
A Dusb.h110 u8 tx_cmd_ep; member

Completed in 6 milliseconds