Lines Matching refs:epid
496 int max_epid, my_epid, epid;
512 for (epid = 0; epid < max_epid; epid++) {
513 if (my_epid == epid)
516 pstatus = fjes_hw_get_partner_ep_status(hw, epid);
521 info = adapter->hw.ep_shm_info[epid].tx.info;
561 int max_epid, my_epid, epid;
566 for (epid = 0; epid < max_epid; epid++)
567 hw->ep_shm_info[epid].tx_status_work = 0;
569 for (epid = 0; epid < max_epid; epid++) {
570 if (epid == my_epid)
573 pstatus = fjes_hw_get_partner_ep_status(hw, epid);
575 hw->ep_shm_info[epid].tx_status_work =
576 hw->ep_shm_info[epid].tx.info->v1i.tx_status;
578 if (hw->ep_shm_info[epid].tx_status_work ==
580 hw->ep_shm_info[epid].tx.info->v1i.tx_status =
586 for (epid = 0; epid < max_epid; epid++) {
587 if (epid == my_epid)
590 pstatus = fjes_hw_get_partner_ep_status(hw, epid);
591 if ((hw->ep_shm_info[epid].tx_status_work ==
594 !(hw->ep_shm_info[epid].rx.info->v1i.rx_status &
596 fjes_hw_raise_interrupt(hw, epid,
598 hw->ep_shm_info[epid].ep_stats.send_intr_rx += 1;
887 int epid;
889 for (epid = 0; epid < adapter->hw.max_epid; epid++) {
890 if (epid == adapter->hw.my_epid)
894 &adapter->hw.ep_shm_info[epid].tx, vid))
896 &adapter->hw.ep_shm_info[epid].tx, vid);
906 int epid;
908 for (epid = 0; epid < adapter->hw.max_epid; epid++) {
909 if (epid == adapter->hw.my_epid)
912 fjes_hw_del_vlan_id(&adapter->hw.ep_shm_info[epid].tx, vid);
1281 /* setup MAC address (02:00:00:00:00:[epid])*/