Searched refs:bnx2x_exeq_elem (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 151 struct bnx2x_exeq_elem { struct 170 struct bnx2x_exeq_elem *elem); argument 174 struct bnx2x_exeq_elem *elem); 181 struct bnx2x_exeq_elem *elem); 186 typedef struct bnx2x_exeq_elem * 188 struct bnx2x_exeq_elem *elem); 372 struct bnx2x_exeq_elem *elem, int rule_idx,
|
D | bnx2x_sp.c | 78 struct bnx2x_exeq_elem *elem) in bnx2x_exe_queue_free_elem() 86 struct bnx2x_exeq_elem *elem; in bnx2x_exe_queue_length() 111 struct bnx2x_exeq_elem *elem, in bnx2x_exe_queue_add() 151 struct bnx2x_exeq_elem *elem; in __bnx2x_exe_queue_reset_pending() 155 struct bnx2x_exeq_elem, link); in __bnx2x_exe_queue_reset_pending() 175 struct bnx2x_exeq_elem *elem, spacer; in bnx2x_exe_queue_step() 199 elem = list_first_entry(&o->exe_queue, struct bnx2x_exeq_elem, in bnx2x_exe_queue_step() 246 static inline struct bnx2x_exeq_elem *bnx2x_exe_queue_alloc_elem( in bnx2x_exe_queue_alloc_elem() 250 return kzalloc(sizeof(struct bnx2x_exeq_elem), GFP_ATOMIC); in bnx2x_exe_queue_alloc_elem() 807 struct bnx2x_exeq_elem *elem, int rule_idx, in bnx2x_set_one_mac_e2() [all …]
|