Searched refs:tx_cmd_ep (Results 1 – 2 of 2) sorted by relevance
268 if (context->ep == card->tx_cmd_ep) { in mwifiex_usb_tx_complete()502 card->tx_cmd_ep = usb_endpoint_num(epd); in mwifiex_usb_probe()512 if (!card->rx_cmd_ep || !card->tx_cmd_ep) in mwifiex_usb_probe()836 if (ep == card->tx_cmd_ep && in mwifiex_usb_construct_send_urb()850 if (ep == card->tx_cmd_ep) in mwifiex_usb_construct_send_urb()855 if (ep != card->tx_cmd_ep && in mwifiex_usb_construct_send_urb()866 if (ep == card->tx_cmd_ep) { in mwifiex_usb_construct_send_urb()1203 if (ep == card->tx_cmd_ep) { in mwifiex_usb_host_to_card()1249 card->tx_cmd.ep = card->tx_cmd_ep; in mwifiex_usb_tx_init()
110 u8 tx_cmd_ep; member