Searched refs:pmac_pos (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 3173 struct ecore_mcast_mac_elem *pmac_pos, *pmac_pos_n; in ecore_mcast_hdl_pending_add_e2() local 3177 ECORE_LIST_FOR_EACH_ENTRY_SAFE(pmac_pos, pmac_pos_n, in ecore_mcast_hdl_pending_add_e2() 3180 cfg_data.mac = &pmac_pos->mac[0]; in ecore_mcast_hdl_pending_add_e2() 3186 …pmac_pos->mac[0], pmac_pos->mac[1], pmac_pos->mac[2], pmac_pos->mac[3], pmac_pos->mac[4], pmac_pos… in ecore_mcast_hdl_pending_add_e2() 3188 ECORE_LIST_REMOVE_ENTRY(&pmac_pos->link, in ecore_mcast_hdl_pending_add_e2() 3854 struct ecore_mcast_mac_elem *pmac_pos; in ecore_mcast_handle_pending_cmds_e1() local 3869 ECORE_LIST_FOR_EACH_ENTRY(pmac_pos, &cmd_pos->data.macs_head, in ecore_mcast_handle_pending_cmds_e1() 3871 cfg_data.mac = &pmac_pos->mac[0]; in ecore_mcast_handle_pending_cmds_e1() 3877 …pmac_pos->mac[0], pmac_pos->mac[1], pmac_pos->mac[2], pmac_pos->mac[3], pmac_pos->mac[4], pmac_pos… in ecore_mcast_handle_pending_cmds_e1()
|