Lines Matching refs:epid
852 int epid;
854 for (epid = 0; epid < adapter->hw.max_epid; epid++) {
855 if (epid == adapter->hw.my_epid)
859 &adapter->hw.ep_shm_info[epid].tx, vid))
861 &adapter->hw.ep_shm_info[epid].tx, vid);
871 int epid;
873 for (epid = 0; epid < adapter->hw.max_epid; epid++) {
874 if (epid == adapter->hw.my_epid)
877 fjes_hw_del_vlan_id(&adapter->hw.ep_shm_info[epid].tx, vid);
1082 int max_epid, my_epid, epid;
1098 for (epid = 0; epid < max_epid; epid++) {
1099 if (my_epid == epid)
1102 pstatus = fjes_hw_get_partner_ep_status(hw, epid);
1107 info = adapter->hw.ep_shm_info[epid].tx.info;
1136 int max_epid, my_epid, epid;
1141 for (epid = 0; epid < max_epid; epid++)
1142 hw->ep_shm_info[epid].tx_status_work = 0;
1144 for (epid = 0; epid < max_epid; epid++) {
1145 if (epid == my_epid)
1148 pstatus = fjes_hw_get_partner_ep_status(hw, epid);
1150 hw->ep_shm_info[epid].tx_status_work =
1151 hw->ep_shm_info[epid].tx.info->v1i.tx_status;
1153 if (hw->ep_shm_info[epid].tx_status_work ==
1155 hw->ep_shm_info[epid].tx.info->v1i.tx_status =
1161 for (epid = 0; epid < max_epid; epid++) {
1162 if (epid == my_epid)
1165 pstatus = fjes_hw_get_partner_ep_status(hw, epid);
1166 if ((hw->ep_shm_info[epid].tx_status_work ==
1169 !(hw->ep_shm_info[epid].rx.info->v1i.rx_status &
1171 fjes_hw_raise_interrupt(hw, epid,
1173 hw->ep_shm_info[epid].ep_stats.send_intr_rx += 1;
1409 /* setup MAC address (02:00:00:00:00:[epid])*/