Searched refs:my_epid (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/fjes/
H A Dfjes_main.c303 if (epidx == hw->my_epid) fjes_close()
358 if ((epidx != hw->my_epid) && fjes_setup_resources()
369 if (epidx == hw->my_epid) fjes_setup_resources()
409 if (epidx == hw->my_epid) fjes_free_resources()
457 int max_epid, my_epid, epid; fjes_tx_stall_task() local
467 my_epid = hw->my_epid; fjes_tx_stall_task()
474 if (my_epid == epid) fjes_tx_stall_task()
519 int max_epid, my_epid, epid; fjes_raise_intr_rxdata_task() local
521 my_epid = hw->my_epid; fjes_raise_intr_rxdata_task()
528 if (epid == my_epid) fjes_raise_intr_rxdata_task()
545 if (epid == my_epid) fjes_raise_intr_rxdata_task()
587 int max_epid, my_epid, dest_epid; fjes_xmit_frame() local
604 my_epid = hw->my_epid; fjes_xmit_frame()
630 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; fjes_xmit_frame()
632 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len; fjes_xmit_frame()
640 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; fjes_xmit_frame()
642 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len; fjes_xmit_frame()
646 if (my_epid == dest_epid) fjes_xmit_frame()
656 hw->ep_shm_info[my_epid].net_stats fjes_xmit_frame()
664 hw->ep_shm_info[my_epid].net_stats.tx_dropped += 1; fjes_xmit_frame()
666 hw->ep_shm_info[my_epid].net_stats.tx_errors += 1; fjes_xmit_frame()
697 hw->ep_shm_info[my_epid].net_stats fjes_xmit_frame()
700 hw->ep_shm_info[my_epid].net_stats fjes_xmit_frame()
717 hw->ep_shm_info[my_epid].net_stats fjes_xmit_frame()
720 hw->ep_shm_info[my_epid].net_stats fjes_xmit_frame()
734 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; fjes_xmit_frame()
736 hw->ep_shm_info[my_epid].net_stats.tx_bytes += len; fjes_xmit_frame()
795 if (epid == adapter->hw.my_epid) fjes_vlan_rx_add_vid()
814 if (epid == adapter->hw.my_epid) fjes_vlan_rx_kill_vid()
836 if (src_epid < hw->my_epid) { fjes_txrx_stop_req_irq()
947 if (cur_epid == hw->my_epid) fjes_rxframe_search_exist()
1005 if (epidx == hw->my_epid) fjes_poll()
1069 if (epidx == hw->my_epid) fjes_poll()
1144 netdev->dev_addr[5] = hw->my_epid; /* EPID */ fjes_probe()
1240 int max_epid, my_epid, epidx; fjes_watch_unshare_task() local
1247 my_epid = hw->my_epid; fjes_watch_unshare_task()
1256 if (epidx == hw->my_epid) fjes_watch_unshare_task()
1310 if (epidx == hw->my_epid) fjes_watch_unshare_task()
H A Dfjes_hw.c223 hw->hw_info.my_epid = &hw->my_epid; fjes_hw_setup()
254 if (epidx != hw->my_epid) { fjes_hw_setup()
302 if (epidx == hw->my_epid) fjes_hw_cleanup()
332 hw->my_epid = fjes_hw_get_my_epid(hw); fjes_hw_init()
334 if ((hw->max_epid == 0) || (hw->my_epid >= hw->max_epid)) fjes_hw_init()
517 msleep(200 + hw->my_epid * 20); fjes_hw_register_buff_addr()
518 timeout -= (200 + hw->my_epid * 20); fjes_hw_register_buff_addr()
601 msleep(200 + hw->my_epid * 20); fjes_hw_unregister_buff_addr()
602 timeout -= (200 + hw->my_epid * 20); fjes_hw_unregister_buff_addr()
683 (hw->ep_shm_info[hw->my_epid].zone == fjes_hw_epid_is_same_zone()
688 hw->ep_shm_info[hw->my_epid].zone); fjes_hw_epid_is_same_zone()
740 if (epidx == hw->my_epid) fjes_hw_raise_epstop()
771 if (epidx == hw->my_epid) fjes_hw_wait_epstop()
791 if (epidx == hw->my_epid) fjes_hw_wait_epstop()
964 if (epidx == hw->my_epid) { fjes_hw_update_zone_task()
981 info[hw->my_epid].zone)) fjes_hw_update_zone_task()
994 info[hw->my_epid].zone)) { fjes_hw_update_zone_task()
1008 info[hw->my_epid].zone)) fjes_hw_update_zone_task()
1023 if (epidx == hw->my_epid) fjes_hw_update_zone_task()
H A Dfjes_hw.h268 int *my_epid; member in struct:fjes_hw_info
288 int my_epid; member in struct:fjes_hw

Completed in 101 milliseconds