Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c256 if (context->ep == card->tx_cmd_ep) { in mwifiex_usb_tx_complete()
490 card->tx_cmd_ep = usb_endpoint_num(epd); in mwifiex_usb_probe()
500 if (!card->rx_cmd_ep || !card->tx_cmd_ep) in mwifiex_usb_probe()
824 if (ep == card->tx_cmd_ep && in mwifiex_usb_construct_send_urb()
838 if (ep == card->tx_cmd_ep) in mwifiex_usb_construct_send_urb()
843 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()
1191 if (ep == card->tx_cmd_ep) { in mwifiex_usb_host_to_card()
1237 card->tx_cmd.ep = card->tx_cmd_ep; in mwifiex_usb_tx_init()
H A Dusb.h98 u8 tx_cmd_ep; member