Searched refs:bnx2x_exeq_elem (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 153 struct bnx2x_exeq_elem { struct 172 struct bnx2x_exeq_elem *elem); argument 176 struct bnx2x_exeq_elem *elem); 183 struct bnx2x_exeq_elem *elem); 188 typedef struct bnx2x_exeq_elem * 190 struct bnx2x_exeq_elem *elem); 376 struct bnx2x_exeq_elem *elem, int rule_idx,
|
D | bnx2x_sp.c | 80 struct bnx2x_exeq_elem *elem) in bnx2x_exe_queue_free_elem() 88 struct bnx2x_exeq_elem *elem; in bnx2x_exe_queue_length() 113 struct bnx2x_exeq_elem *elem, in bnx2x_exe_queue_add() 153 struct bnx2x_exeq_elem *elem; in __bnx2x_exe_queue_reset_pending() 157 struct bnx2x_exeq_elem, link); in __bnx2x_exe_queue_reset_pending() 177 struct bnx2x_exeq_elem *elem, spacer; in bnx2x_exe_queue_step() 201 elem = list_first_entry(&o->exe_queue, struct bnx2x_exeq_elem, in bnx2x_exe_queue_step() 248 static inline struct bnx2x_exeq_elem *bnx2x_exe_queue_alloc_elem( in bnx2x_exe_queue_alloc_elem() 252 return kzalloc(sizeof(struct bnx2x_exeq_elem), GFP_ATOMIC); in bnx2x_exe_queue_alloc_elem() 883 struct bnx2x_exeq_elem *elem, int rule_idx, in bnx2x_set_one_mac_e2() [all …]
|