Searched refs:bnx2x_exeq_elem (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/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 | 82 struct bnx2x_exeq_elem *elem) in bnx2x_exe_queue_free_elem() 90 struct bnx2x_exeq_elem *elem; in bnx2x_exe_queue_length() 115 struct bnx2x_exeq_elem *elem, in bnx2x_exe_queue_add() 155 struct bnx2x_exeq_elem *elem; in __bnx2x_exe_queue_reset_pending() 159 struct bnx2x_exeq_elem, link); in __bnx2x_exe_queue_reset_pending() 179 struct bnx2x_exeq_elem *elem, spacer; in bnx2x_exe_queue_step() 203 elem = list_first_entry(&o->exe_queue, struct bnx2x_exeq_elem, in bnx2x_exe_queue_step() 250 static inline struct bnx2x_exeq_elem *bnx2x_exe_queue_alloc_elem( in bnx2x_exe_queue_alloc_elem() 254 return kzalloc(sizeof(struct bnx2x_exeq_elem), GFP_ATOMIC); in bnx2x_exe_queue_alloc_elem() 885 struct bnx2x_exeq_elem *elem, int rule_idx, in bnx2x_set_one_mac_e2() [all …]
|