Home
last modified time | relevance | path

Searched refs:q_params (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c156 DMA_REGPAIR_LE(p_data->q_params.glbl_q_params_addr, in qed_sp_fcoe_func_start()
160 p_data->q_params.cq_num_entries = tmp; in qed_sp_fcoe_func_start()
163 p_data->q_params.cmdq_num_entries = tmp; in qed_sp_fcoe_func_start()
165 p_data->q_params.num_queues = fcoe_pf_params->num_cqs; in qed_sp_fcoe_func_start()
168 p_data->q_params.queue_relative_offset = (__force u8)tmp; in qed_sp_fcoe_func_start()
172 p_data->q_params.cq_cmdq_sb_num_arr[i] = tmp; in qed_sp_fcoe_func_start()
175 p_data->q_params.cq_sb_pi = fcoe_pf_params->gl_rq_pi; in qed_sp_fcoe_func_start()
176 p_data->q_params.cmdq_sb_pi = fcoe_pf_params->gl_cmd_pi; in qed_sp_fcoe_func_start()
178 p_data->q_params.bdq_resource_id = (u8)RESC_START(p_hwfn, QED_BDQ); in qed_sp_fcoe_func_start()
180 DMA_REGPAIR_LE(p_data->q_params.bdq_pbl_base_address[BDQ_ID_RQ], in qed_sp_fcoe_func_start()
[all …]
H A Dqed_iscsi.c168 p_queue = &p_init->q_params; in qed_sp_iscsi_func_start()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c238 struct bnx2x_queue_state_params *q_params; in bnx2x_vf_queue_create() local
244 q_params = &qctor->qstate; in bnx2x_vf_queue_create()
245 q_params->q_obj = &bnx2x_vfq(vf, qid, sp_obj); in bnx2x_vf_queue_create()
246 set_bit(RAMROD_COMP_WAIT, &q_params->ramrod_flags); in bnx2x_vf_queue_create()
248 if (bnx2x_get_q_logical_state(bp, q_params->q_obj) == in bnx2x_vf_queue_create()
255 q_params->cmd = BNX2X_Q_CMD_INIT; in bnx2x_vf_queue_create()
256 rc = bnx2x_queue_state_change(bp, q_params); in bnx2x_vf_queue_create()
260 memcpy(&q_params->params.setup, &qctor->prep_qsetup, in bnx2x_vf_queue_create()
262 q_params->cmd = BNX2X_Q_CMD_SETUP; in bnx2x_vf_queue_create()
263 rc = bnx2x_queue_state_change(bp, q_params); in bnx2x_vf_queue_create()
[all …]
H A Dbnx2x_main.c8792 struct bnx2x_queue_state_params *q_params, in bnx2x_setup_tx_only() argument
8799 q_params->cmd = BNX2X_Q_CMD_SETUP_TX_ONLY; in bnx2x_setup_tx_only()
8815 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only()
8816 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only()
8820 return bnx2x_queue_state_change(bp, q_params); in bnx2x_setup_tx_only()
8837 struct bnx2x_queue_state_params q_params = {NULL}; in bnx2x_setup_queue() local
8839 &q_params.params.setup; in bnx2x_setup_queue()
8841 &q_params.params.tx_only; in bnx2x_setup_queue()
8852 q_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_setup_queue()
8854 __set_bit(RAMROD_COMP_WAIT, &q_params.ramrod_flags); in bnx2x_setup_queue()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c2143 struct qed_queue_start_common_params q_params; in qede_start_queues() local
2187 memset(&q_params, 0, sizeof(q_params)); in qede_start_queues()
2188 q_params.queue_id = rxq->rxq_id; in qede_start_queues()
2189 q_params.vport_id = 0; in qede_start_queues()
2190 q_params.p_sb = fp->sb_info; in qede_start_queues()
2191 q_params.sb_idx = RX_PI; in qede_start_queues()
2197 rc = edev->ops->q_rx_start(cdev, i, &q_params, in qede_start_queues()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dfcoe_common.h615 struct scsi_init_func_queues q_params; member
H A Discsi_common.h1288 struct scsi_init_func_queues q_params; member