Searched refs:ep_id (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/usb/early/ |
D | xhci-dbc.c | 722 int ep_id; in xdbc_handle_tx_event() local 726 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event() 738 if (ep_id == XDBC_EPID_OUT) in xdbc_handle_tx_event() 740 if (ep_id == XDBC_EPID_IN) in xdbc_handle_tx_event() 743 xdbc_trace("endpoint %d stalled\n", ep_id); in xdbc_handle_tx_event() 747 if (ep_id == XDBC_EPID_IN) { in xdbc_handle_tx_event() 750 } else if (ep_id == XDBC_EPID_OUT) { in xdbc_handle_tx_event() 753 xdbc_trace("invalid endpoint id %d\n", ep_id); in xdbc_handle_tx_event()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | htc.h | 558 enum htc_endpoint_id ep_id); 559 void ath9k_htc_txep(void *priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, 562 enum htc_endpoint_id ep_id, bool txok);
|
D | htc_drv_txrx.c | 685 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_txep() argument 701 epid_queue = get_htc_epid_queue(priv, ep_id); in ath9k_htc_txep() 1104 enum htc_endpoint_id ep_id) in ath9k_htc_rxep() argument
|
D | htc_drv_init.c | 126 enum htc_endpoint_id *ep_id) in ath9k_htc_connect_svc() argument 137 return htc_connect_service(priv->htc, &req, ep_id); in ath9k_htc_connect_svc()
|
D | htc_drv_beacon.c | 132 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_beaconep() argument
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 123 void ath6kl_wmi_set_control_ep(struct wmi *wmi, enum htc_endpoint_id ep_id) in ath6kl_wmi_set_control_ep() argument 125 if (WARN_ON(ep_id == ENDPOINT_UNUSED || ep_id >= ENDPOINT_MAX)) in ath6kl_wmi_set_control_ep() 128 wmi->ep_id = ep_id; in ath6kl_wmi_set_control_ep() 133 return wmi->ep_id; in ath6kl_wmi_get_control_ep() 1787 enum htc_endpoint_id ep_id = wmi->ep_id; in ath6kl_wmi_cmd_send() local 1831 ep_id = ath6kl_ac2_endpoint_id(wmi->parent_dev, WMM_AC_BE); in ath6kl_wmi_cmd_send() 1834 ath6kl_control_tx(wmi->parent_dev, skb, ep_id); in ath6kl_wmi_cmd_send() 2426 enum htc_endpoint_id ep_id, u8 if_idx) in ath6kl_wmi_data_sync_send() argument 2431 if (WARN_ON(skb == NULL || ep_id == wmi->ep_id)) { in ath6kl_wmi_data_sync_send() 2442 ret = ath6kl_control_tx(wmi->parent_dev, skb, ep_id); in ath6kl_wmi_data_sync_send() [all …]
|
D | txrx.c | 62 return ar->node_map[i].ep_id; in ath6kl_ibss_map_epid() 80 ar->node_map[ep_map].ep_id = i; in ath6kl_ibss_map_epid() 89 ar->node_map[ep_map].ep_id = ar->next_ep_id; in ath6kl_ibss_map_epid() 99 return ar->node_map[ep_map].ep_id; in ath6kl_ibss_map_epid()
|
D | htc_pipe.c | 748 u8 ep_id, *netdata; in ath6kl_htc_pipe_tx_complete() local 754 ep_id = htc_hdr->eid; in ath6kl_htc_pipe_tx_complete() 755 ep = &target->endpoint[ep_id]; in ath6kl_htc_pipe_tx_complete()
|
D | core.h | 391 u8 ep_id; member
|
D | wmi.h | 119 enum htc_endpoint_id ep_id; member 2537 void ath6kl_wmi_set_control_ep(struct wmi *wmi, enum htc_endpoint_id ep_id);
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-dbgcap.c | 596 int ep_id; in dbc_handle_xfer_event() local 604 ep_id = TRB_TO_EP_ID(le32_to_cpu(event->generic.field[3])); in dbc_handle_xfer_event() 605 dep = (ep_id == EPID_OUT) ? in dbc_handle_xfer_event()
|