Searched +defs:init +defs:o (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 32 struct ecore_exe_queue_obj *o, in ecore_exe_queue_init() 144 struct ecore_exe_queue_obj *o) in ecore_exe_queue_reset_pending() 163 struct ecore_exe_queue_obj *o, in ecore_exe_queue_step() 486 struct ecore_vlan_mac_obj *o) in __ecore_vlan_mac_h_read_lock() 643 ecore_vlan_mac_obj in ecore_check_mac_del() 797 struct ecore_vlan_mac_obj *o, in ecore_set_one_mac_e2() 2631 struct ecore_mcast_obj *o, in ecore_mcast_hdl_add() 2656 struct ecore_mcast_obj *o, in ecore_mcast_hdl_del() 2959 struct ecore_mcast_obj *o, in ecore_mcast_hdl_restore_e1h() 3280 ecore_credit_pool_obj *o, in ecore_credit_pool_always_TRUE() [all …]
|
| H A D | ecore_sp.h | 85 #define atomic_cmpset_acq_int(a, o, n) ((*a = (o & (n)) | (n)) ^ o) argument 91 #define atomic_cmpset_acq_long(a, o, n) ((*a = (o & (n)) | (n)) ^ o) argument 97 #define ECORE_ATOMIC_CMPXCHG(a, o, n) bnx2x_cmpxchg((volatile int *)a, o, n) argument 1452 struct ecore_queue_init_params init; member
|