/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.c | 22 u16 len, u8 flags, u8 epid) in htc_issue_send() 26 struct htc_endpoint *endpoint = &target->endpoint[epid]; in htc_issue_send() 30 hdr->endpoint_id = epid; in htc_issue_send() 110 enum htc_endpoint_id epid, tepid; in htc_process_conn_rsp() local 116 epid = svc_rspmsg->endpoint_id; in htc_process_conn_rsp() 118 /* Check that the received epid for the endpoint to attach in htc_process_conn_rsp() 123 if (epid <= ENDPOINT0 || epid >= ENDPOINT_MAX) in htc_process_conn_rsp() 128 endpoint = &target->endpoint[epid]; in htc_process_conn_rsp() 147 target->conn_rsp_epid = epid; in htc_process_conn_rsp() 21 htc_issue_send(struct htc_target *target, struct sk_buff* skb, u16 len, u8 flags, u8 epid) htc_issue_send() argument 312 htc_send_epid(struct htc_target *target, struct sk_buff *skb, enum htc_endpoint_id epid) htc_send_epid() argument 407 enum htc_endpoint_id epid; ath9k_htc_rx_msg() local [all...] |
H A D | htc_drv_txrx.c | 105 enum htc_endpoint_id epid; in get_htc_epid() local 110 epid = priv->data_vo_ep; in get_htc_epid() 114 epid = priv->data_vi_ep; in get_htc_epid() 118 epid = priv->data_be_ep; in get_htc_epid() 123 epid = priv->data_bk_ep; in get_htc_epid() 127 return epid; in get_htc_epid() 131 get_htc_epid_queue(struct ath9k_htc_priv *priv, u8 epid) in get_htc_epid_queue() argument 136 if (epid == priv->mgmt_ep) in get_htc_epid_queue() 138 else if (epid == priv->cab_ep) in get_htc_epid_queue() 140 else if (epid in get_htc_epid_queue() 587 check_cookie(struct ath9k_htc_priv *priv, struct sk_buff *skb, u8 cookie, u8 epid) check_cookie() argument 620 u8 epid = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_EPID); ath9k_htc_tx_get_packet() local [all...] |
H A D | htc_hst.h | 89 __be32 epid; member 211 enum htc_endpoint_id epid);
|
H A D | wmi.c | 214 enum htc_endpoint_id epid) in ath9k_wmi_ctrl_rx() 255 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx() 213 ath9k_wmi_ctrl_rx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid) ath9k_wmi_ctrl_rx() argument 254 ath9k_wmi_ctrl_tx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid, bool txok) ath9k_wmi_ctrl_tx() argument
|
H A D | htc.h | 314 u8 epid; member
|
H A D | htc_drv_beacon.c | 244 tx_ctl->epid = priv->beacon_ep; in ath9k_htc_send_beacon()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.c | 22 u16 len, u8 flags, u8 epid) in htc_issue_send() 26 struct htc_endpoint *endpoint = &target->endpoint[epid]; in htc_issue_send() 30 hdr->endpoint_id = epid; in htc_issue_send() 110 enum htc_endpoint_id epid, tepid; in htc_process_conn_rsp() local 116 epid = svc_rspmsg->endpoint_id; in htc_process_conn_rsp() 118 /* Check that the received epid for the endpoint to attach in htc_process_conn_rsp() 123 if (epid <= ENDPOINT0 || epid >= ENDPOINT_MAX) in htc_process_conn_rsp() 128 endpoint = &target->endpoint[epid]; in htc_process_conn_rsp() 147 target->conn_rsp_epid = epid; in htc_process_conn_rsp() 21 htc_issue_send(struct htc_target *target, struct sk_buff* skb, u16 len, u8 flags, u8 epid) htc_issue_send() argument 312 htc_send_epid(struct htc_target *target, struct sk_buff *skb, enum htc_endpoint_id epid) htc_send_epid() argument 407 enum htc_endpoint_id epid; ath9k_htc_rx_msg() local [all...] |
H A D | htc_drv_txrx.c | 105 enum htc_endpoint_id epid; in get_htc_epid() local 110 epid = priv->data_vo_ep; in get_htc_epid() 114 epid = priv->data_vi_ep; in get_htc_epid() 118 epid = priv->data_be_ep; in get_htc_epid() 123 epid = priv->data_bk_ep; in get_htc_epid() 127 return epid; in get_htc_epid() 131 get_htc_epid_queue(struct ath9k_htc_priv *priv, u8 epid) in get_htc_epid_queue() argument 136 if (epid == priv->mgmt_ep) in get_htc_epid_queue() 138 else if (epid == priv->cab_ep) in get_htc_epid_queue() 140 else if (epid in get_htc_epid_queue() 592 check_cookie(struct ath9k_htc_priv *priv, struct sk_buff *skb, u8 cookie, u8 epid) check_cookie() argument 625 u8 epid = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_EPID); ath9k_htc_tx_get_packet() local [all...] |
H A D | htc_hst.h | 89 __be32 epid; member 211 enum htc_endpoint_id epid);
|
H A D | wmi.c | 216 enum htc_endpoint_id epid) in ath9k_wmi_ctrl_rx() 257 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx() 215 ath9k_wmi_ctrl_rx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid) ath9k_wmi_ctrl_rx() argument 256 ath9k_wmi_ctrl_tx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid, bool txok) ath9k_wmi_ctrl_tx() argument
|
H A D | htc.h | 313 u8 epid; member
|
H A D | htc_drv_beacon.c | 244 tx_ctl->epid = priv->beacon_ep; in ath9k_htc_send_beacon()
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_main.c | 496 int max_epid, my_epid, epid; in fjes_tx_stall_task() local 512 for (epid = 0; epid < max_epid; epid++) { in fjes_tx_stall_task() 513 if (my_epid == epid) in fjes_tx_stall_task() 516 pstatus = fjes_hw_get_partner_ep_status(hw, epid); in fjes_tx_stall_task() 521 info = adapter->hw.ep_shm_info[epid].tx.info; in fjes_tx_stall_task() 561 int max_epid, my_epid, epid; in fjes_raise_intr_rxdata_task() local 566 for (epid = 0; epid < max_epi in fjes_raise_intr_rxdata_task() 887 int epid; fjes_vlan_rx_add_vid() local 906 int epid; fjes_vlan_rx_kill_vid() local [all...] |
H A D | fjes_trace.h | 99 __field(int, epid) 111 __entry->epid = req_buf->share_buffer.epid; 119 TP_printk("req_buf=[length=%d, epid=%d], TX=[phy=0x%016llx, size=%zu], RX=[phy=0x%016llx, size=%zu]", 120 __entry->length, __entry->epid, __entry->tx, __entry->tx_size, 158 __field(int, epid) 162 __entry->epid = req_buf->unshare_buffer.epid; 164 TP_printk("req_buf=[length=%d, epid=%d]", 165 __entry->length, __entry->epid) [all...] |
H A D | fjes_hw.c | 89 return info.bits.epid; in fjes_hw_get_my_epid() 518 req_buf->share_buffer.epid = dest_epid; in fjes_hw_register_buff_addr() 629 req_buf->unshare_buffer.epid = dest_epid; in fjes_hw_unregister_buff_addr() 724 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid) in fjes_hw_epid_is_same_zone() argument 726 if (epid >= hw->max_epid) in fjes_hw_epid_is_same_zone() 729 if ((hw->ep_shm_info[epid].es_status != in fjes_hw_epid_is_same_zone() 735 return (hw->ep_shm_info[epid].zone == in fjes_hw_epid_is_same_zone() 762 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid) in fjes_hw_get_partner_ep_status() argument 766 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) { in fjes_hw_get_partner_ep_status() 767 if (fjes_hw_epid_is_stop_requested(hw, epid)) { in fjes_hw_get_partner_ep_status() [all...] |
H A D | fjes_hw.h | 119 __le32 epid; member 124 __le32 epid; member 270 u16 epid; member
|
H A D | fjes_regs.h | 47 __le32 epid:16; member
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_main.c | 852 int epid; in fjes_vlan_rx_add_vid() local 854 for (epid = 0; epid < adapter->hw.max_epid; epid++) { in fjes_vlan_rx_add_vid() 855 if (epid == adapter->hw.my_epid) in fjes_vlan_rx_add_vid() 859 &adapter->hw.ep_shm_info[epid].tx, vid)) in fjes_vlan_rx_add_vid() 861 &adapter->hw.ep_shm_info[epid].tx, vid); in fjes_vlan_rx_add_vid() 871 int epid; in fjes_vlan_rx_kill_vid() local 873 for (epid = 0; epid < adapte in fjes_vlan_rx_kill_vid() 1082 int max_epid, my_epid, epid; fjes_tx_stall_task() local 1136 int max_epid, my_epid, epid; fjes_raise_intr_rxdata_task() local [all...] |
H A D | fjes_trace.h | 99 __field(int, epid) 111 __entry->epid = req_buf->share_buffer.epid; 119 TP_printk("req_buf=[length=%d, epid=%d], TX=[phy=0x%016llx, size=%zu], RX=[phy=0x%016llx, size=%zu]", 120 __entry->length, __entry->epid, __entry->tx, __entry->tx_size, 158 __field(int, epid) 162 __entry->epid = req_buf->unshare_buffer.epid; 164 TP_printk("req_buf=[length=%d, epid=%d]", 165 __entry->length, __entry->epid) [all...] |
H A D | fjes_hw.c | 89 return info.bits.epid; in fjes_hw_get_my_epid() 519 req_buf->share_buffer.epid = dest_epid; in fjes_hw_register_buff_addr() 630 req_buf->unshare_buffer.epid = dest_epid; in fjes_hw_unregister_buff_addr() 725 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid) in fjes_hw_epid_is_same_zone() argument 727 if (epid >= hw->max_epid) in fjes_hw_epid_is_same_zone() 730 if ((hw->ep_shm_info[epid].es_status != in fjes_hw_epid_is_same_zone() 736 return (hw->ep_shm_info[epid].zone == in fjes_hw_epid_is_same_zone() 763 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid) in fjes_hw_get_partner_ep_status() argument 767 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) { in fjes_hw_get_partner_ep_status() 768 if (fjes_hw_epid_is_stop_requested(hw, epid)) { in fjes_hw_get_partner_ep_status() [all...] |
H A D | fjes_hw.h | 119 __le32 epid; member 124 __le32 epid; member 270 u16 epid; member
|
H A D | fjes_regs.h | 47 __le32 epid:16; member
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | viot.c | 308 u32 epid) in viot_dev_iommu_init() 324 return acpi_iommu_fwspec_init(dev, epid, viommu->fwnode, ops); in viot_dev_iommu_init() 329 u32 epid; in viot_pci_dev_iommu_init() local 339 epid = ((domain_nr - ep->segment_start) << 16) + in viot_pci_dev_iommu_init() 343 epid); in viot_pci_dev_iommu_init() 307 viot_dev_iommu_init(struct device *dev, struct viot_iommu *viommu, u32 epid) viot_dev_iommu_init() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 1460 print("listening on upcall packet handler:", self.epid) 1566 procarray += [int(p.epid)] 1708 ["OVS_VPORT_ATTR_UPCALL_PID", [self.upcall_packet.epid]] 1737 msg["attrs"].append(["OVS_VPORT_ATTR_UPCALL_PID", [p.epid]])
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 202 const uint64_t *epid = data; in iscsi_match_epid() local 204 return *epid == ep->id; in iscsi_match_epid()
|