Searched refs:bnx2x_queue_sp_obj (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 1022 struct bnx2x_queue_sp_obj *q_obj; 1047 struct bnx2x_queue_sp_obj { struct 1090 int (*set_pending)(struct bnx2x_queue_sp_obj *o, argument 1097 struct bnx2x_queue_sp_obj *o, argument 1104 struct bnx2x_queue_sp_obj *o, argument 1108 struct bnx2x_queue_sp_obj *o, argument 1401 struct bnx2x_queue_sp_obj *obj, u8 cl_id, u32 *cids, 1409 struct bnx2x_queue_sp_obj *obj);
|
D | bnx2x_sp.c | 4658 struct bnx2x_queue_sp_obj *o = params->q_obj; in bnx2x_queue_state_change() 4699 static int bnx2x_queue_set_pending(struct bnx2x_queue_sp_obj *obj, in bnx2x_queue_set_pending() 4718 struct bnx2x_queue_sp_obj *o, in bnx2x_queue_wait_comp() 4734 struct bnx2x_queue_sp_obj *o, in bnx2x_queue_comp_cmd() 4790 struct bnx2x_queue_sp_obj *o, in bnx2x_q_fill_init_general_data() 4825 static void bnx2x_q_fill_init_tx_data(struct bnx2x_queue_sp_obj *o, in bnx2x_q_fill_init_tx_data() 4863 static void bnx2x_q_fill_init_pause_data(struct bnx2x_queue_sp_obj *o, in bnx2x_q_fill_init_pause_data() 4877 static void bnx2x_q_fill_init_rx_data(struct bnx2x_queue_sp_obj *o, in bnx2x_q_fill_init_rx_data() 5004 struct bnx2x_queue_sp_obj *o = params->q_obj; in bnx2x_q_init() 5051 struct bnx2x_queue_sp_obj *o = params->q_obj; in bnx2x_q_send_setup_e1x() [all …]
|
D | bnx2x_sriov.h | 87 struct bnx2x_queue_sp_obj sp_obj; 411 struct bnx2x_queue_sp_obj **q_obj); 562 struct bnx2x_queue_sp_obj **q_obj) {} in bnx2x_iov_set_queue_sp_obj()
|
D | bnx2x.h | 1306 struct bnx2x_queue_sp_obj q_obj;
|
D | bnx2x_sriov.c | 1853 struct bnx2x_queue_sp_obj **q_obj) in bnx2x_iov_set_queue_sp_obj()
|
D | bnx2x_main.c | 1813 struct bnx2x_queue_sp_obj *q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_sp_event() 5429 static struct bnx2x_queue_sp_obj *bnx2x_cid_to_q_obj( in bnx2x_cid_to_q_obj() 5448 struct bnx2x_queue_sp_obj *q_obj; in bnx2x_eq_int()
|