Searched refs:bnx2x_queue_sp_obj (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 1007 struct bnx2x_queue_sp_obj *q_obj; 1032 struct bnx2x_queue_sp_obj { struct 1075 int (*set_pending)(struct bnx2x_queue_sp_obj *o, argument 1082 struct bnx2x_queue_sp_obj *o, argument 1089 struct bnx2x_queue_sp_obj *o, argument 1093 struct bnx2x_queue_sp_obj *o, argument 1374 struct bnx2x_queue_sp_obj *obj, u8 cl_id, u32 *cids, 1382 struct bnx2x_queue_sp_obj *obj);
|
D | bnx2x_sp.c | 4178 struct bnx2x_queue_sp_obj *o = params->q_obj; in bnx2x_queue_state_change() 4219 static int bnx2x_queue_set_pending(struct bnx2x_queue_sp_obj *obj, in bnx2x_queue_set_pending() 4238 struct bnx2x_queue_sp_obj *o, in bnx2x_queue_wait_comp() 4254 struct bnx2x_queue_sp_obj *o, in bnx2x_queue_comp_cmd() 4310 struct bnx2x_queue_sp_obj *o, in bnx2x_q_fill_init_general_data() 4345 static void bnx2x_q_fill_init_tx_data(struct bnx2x_queue_sp_obj *o, in bnx2x_q_fill_init_tx_data() 4383 static void bnx2x_q_fill_init_pause_data(struct bnx2x_queue_sp_obj *o, in bnx2x_q_fill_init_pause_data() 4397 static void bnx2x_q_fill_init_rx_data(struct bnx2x_queue_sp_obj *o, in bnx2x_q_fill_init_rx_data() 4524 struct bnx2x_queue_sp_obj *o = params->q_obj; in bnx2x_q_init() 4571 struct bnx2x_queue_sp_obj *o = params->q_obj; in bnx2x_q_send_setup_e1x() [all …]
|
D | bnx2x_sriov.h | 82 struct bnx2x_queue_sp_obj sp_obj; 397 struct bnx2x_queue_sp_obj **q_obj); 542 struct bnx2x_queue_sp_obj **q_obj) {} in bnx2x_iov_set_queue_sp_obj()
|
D | bnx2x.h | 1401 struct bnx2x_queue_sp_obj q_obj;
|
D | bnx2x_sriov.c | 1888 struct bnx2x_queue_sp_obj **q_obj) in bnx2x_iov_set_queue_sp_obj()
|
D | bnx2x_main.c | 1804 struct bnx2x_queue_sp_obj *q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_sp_event() 5392 static struct bnx2x_queue_sp_obj *bnx2x_cid_to_q_obj( in bnx2x_cid_to_q_obj() 5411 struct bnx2x_queue_sp_obj *q_obj; in bnx2x_eq_int()
|