Symbol: idpf_ctlq_info
drivers/net/ethernet/intel/idpf/idpf_controlq.c
11
static void idpf_ctlq_setup_regs(struct idpf_ctlq_info *cq,
drivers/net/ethernet/intel/idpf/idpf_controlq.c
124
struct idpf_ctlq_info **cq_out)
drivers/net/ethernet/intel/idpf/idpf_controlq.c
126
struct idpf_ctlq_info *cq;
drivers/net/ethernet/intel/idpf/idpf_controlq.c
196
struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_controlq.c
217
struct idpf_ctlq_info *cq, *tmp;
drivers/net/ethernet/intel/idpf/idpf_controlq.c
246
struct idpf_ctlq_info *cq, *tmp;
drivers/net/ethernet/intel/idpf/idpf_controlq.c
264
int idpf_ctlq_send(struct idpf_hw *hw, struct idpf_ctlq_info *cq,
drivers/net/ethernet/intel/idpf/idpf_controlq.c
34
static void idpf_ctlq_init_regs(struct idpf_hw *hw, struct idpf_ctlq_info *cq,
drivers/net/ethernet/intel/idpf/idpf_controlq.c
352
int idpf_ctlq_clean_sq(struct idpf_ctlq_info *cq, u16 *clean_count,
drivers/net/ethernet/intel/idpf/idpf_controlq.c
420
int idpf_ctlq_post_rx_buffs(struct idpf_hw *hw, struct idpf_ctlq_info *cq,
drivers/net/ethernet/intel/idpf/idpf_controlq.c
543
int idpf_ctlq_recv(struct idpf_ctlq_info *cq, u16 *num_q_msg,
drivers/net/ethernet/intel/idpf/idpf_controlq.c
61
static void idpf_ctlq_init_rxq_bufs(struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_controlq.c
97
static void idpf_ctlq_shutdown(struct idpf_hw *hw, struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_controlq.h
121
struct idpf_ctlq_info *asq;
drivers/net/ethernet/intel/idpf/idpf_controlq.h
122
struct idpf_ctlq_info *arq;
drivers/net/ethernet/intel/idpf/idpf_controlq.h
136
struct idpf_ctlq_info *cq);
drivers/net/ethernet/intel/idpf/idpf_controlq.h
138
void idpf_ctlq_dealloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq);
drivers/net/ethernet/intel/idpf/idpf_controlq_api.h
146
struct idpf_ctlq_info **cq);
drivers/net/ethernet/intel/idpf/idpf_controlq_api.h
150
struct idpf_ctlq_info *cq);
drivers/net/ethernet/intel/idpf/idpf_controlq_api.h
154
struct idpf_ctlq_info *cq,
drivers/net/ethernet/intel/idpf/idpf_controlq_api.h
161
int idpf_ctlq_recv(struct idpf_ctlq_info *cq, u16 *num_q_msg,
drivers/net/ethernet/intel/idpf/idpf_controlq_api.h
165
int idpf_ctlq_clean_sq(struct idpf_ctlq_info *cq, u16 *clean_count,
drivers/net/ethernet/intel/idpf/idpf_controlq_api.h
170
struct idpf_ctlq_info *cq,
drivers/net/ethernet/intel/idpf/idpf_controlq_setup.c
102
static void idpf_ctlq_free_bufs(struct idpf_hw *hw, struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_controlq_setup.c
12
struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_controlq_setup.c
133
void idpf_ctlq_dealloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_controlq_setup.c
148
int idpf_ctlq_alloc_ring_res(struct idpf_hw *hw, struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_controlq_setup.c
32
struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_controlq_setup.c
89
struct idpf_ctlq_info *cq)
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
128
struct idpf_ctlq_info *asq)
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
222
int idpf_send_mb_msg(struct idpf_adapter *adapter, struct idpf_ctlq_info *asq,
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
3338
static struct idpf_ctlq_info *idpf_find_ctlq(struct idpf_hw *hw,
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
3341
struct idpf_ctlq_info *cq, *tmp;
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
677
int idpf_recv_mb_msg(struct idpf_adapter *adapter, struct idpf_ctlq_info *arq)
drivers/net/ethernet/intel/idpf/idpf_virtchnl.h
127
int idpf_recv_mb_msg(struct idpf_adapter *adapter, struct idpf_ctlq_info *arq);
drivers/net/ethernet/intel/idpf/idpf_virtchnl.h
128
int idpf_send_mb_msg(struct idpf_adapter *adapter, struct idpf_ctlq_info *asq,