Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_usb.c405 if (context->ep == cardp->tx_cmd_ep) in woal_usb_tx_complete()
550 ret = woal_usb_write_data_sync(handle, &mbuf, cardp->tx_cmd_ep, in woal_check_chip_revision()
1024 usb_cardp->tx_cmd_ep = in woal_usb_probe()
1034 if (!usb_cardp->tx_cmd_ep || !usb_cardp->rx_cmd_ep) in woal_usb_probe()
1037 if (!usb_cardp->tx_cmd_ep || !usb_cardp->tx_data_ep || in woal_usb_probe()
1368 cardp->tx_cmd.ep = cardp->tx_cmd_ep; in woal_usb_tx_init()
1512 if (ep == cardp->tx_cmd_ep) in woal_usb_write_data_sync()
1605 if (ep == cardp->tx_cmd_ep) { in woal_write_data_async()
1637 if (ep == cardp->tx_cmd_ep && in woal_write_data_async()
1651 if (ep == cardp->tx_cmd_ep) in woal_write_data_async()
[all …]
H A Dmoal_usb.h226 t_u8 tx_cmd_ep; member
H A Dmlan_decl.h2327 t_u8 tx_cmd_ep; member
H A Dmoal_main.c2084 device.tx_cmd_ep = cardp->tx_cmd_ep;
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c268 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()
H A Dusb.h110 u8 tx_cmd_ep; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_usb.c154 pmadapter->tx_cmd_ep, in wlan_usb_check_revision()
326 pmadapter->tx_cmd_ep, in wlan_usb_prog_fw_w_helper()
1206 pmadapter->pmoal_handle, pmbuf, pmadapter->tx_cmd_ep); in wlan_usb_host_to_card()
H A Dmlan_shim.c458 pmadapter->tx_cmd_ep = pmdevice->tx_cmd_ep; in mlan_register()
1521 if (port == pmadapter->tx_cmd_ep) { in mlan_write_data_async_complete()
H A Dmlan_decl.h2327 t_u8 tx_cmd_ep; member
H A Dmlan_main.h2628 t_u8 tx_cmd_ep;