Searched refs:q_params (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_fcoe.c | 180 DMA_REGPAIR_LE(p_data->q_params.glbl_q_params_addr, in qed_sp_fcoe_func_start() 184 p_data->q_params.cq_num_entries = tmp; in qed_sp_fcoe_func_start() 187 p_data->q_params.cmdq_num_entries = tmp; in qed_sp_fcoe_func_start() 190 p_data->q_params.num_queues = (u8)tmp; in qed_sp_fcoe_func_start() 193 p_data->q_params.queue_relative_offset = (u8)tmp; in qed_sp_fcoe_func_start() 200 p_data->q_params.cq_cmdq_sb_num_arr[i] = tmp; in qed_sp_fcoe_func_start() 203 p_data->q_params.cq_sb_pi = fcoe_pf_params->gl_rq_pi; in qed_sp_fcoe_func_start() 204 p_data->q_params.cmdq_sb_pi = fcoe_pf_params->gl_cmd_pi; in qed_sp_fcoe_func_start() 206 p_data->q_params.bdq_resource_id = (u8)RESC_START(p_hwfn, QED_BDQ); in qed_sp_fcoe_func_start() 208 DMA_REGPAIR_LE(p_data->q_params.bdq_pbl_base_address[BDQ_ID_RQ], in qed_sp_fcoe_func_start() [all …]
|
| D | qed_iscsi.c | 195 p_queue = &p_init->q_params; in qed_sp_iscsi_func_start()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sriov.c | 238 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 …]
|
| D | bnx2x_main.c | 8770 struct bnx2x_queue_state_params *q_params, in bnx2x_setup_tx_only() argument 8777 q_params->cmd = BNX2X_Q_CMD_SETUP_TX_ONLY; in bnx2x_setup_tx_only() 8793 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only() 8794 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only() 8798 return bnx2x_queue_state_change(bp, q_params); in bnx2x_setup_tx_only() 8815 struct bnx2x_queue_state_params q_params = {NULL}; in bnx2x_setup_queue() local 8817 &q_params.params.setup; in bnx2x_setup_queue() 8819 &q_params.params.tx_only; in bnx2x_setup_queue() 8830 q_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_setup_queue() 8832 __set_bit(RAMROD_COMP_WAIT, &q_params.ramrod_flags); in bnx2x_setup_queue() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
| D | qede_main.c | 2038 struct qed_queue_start_common_params q_params; in qede_start_queues() local 2082 memset(&q_params, 0, sizeof(q_params)); in qede_start_queues() 2083 q_params.queue_id = rxq->rxq_id; in qede_start_queues() 2084 q_params.vport_id = 0; in qede_start_queues() 2085 q_params.p_sb = fp->sb_info; in qede_start_queues() 2086 q_params.sb_idx = RX_PI; in qede_start_queues() 2092 rc = edev->ops->q_rx_start(cdev, i, &q_params, in qede_start_queues()
|
| /Linux-v5.4/include/linux/qed/ |
| D | fcoe_common.h | 614 struct scsi_init_func_queues q_params; member
|
| D | iscsi_common.h | 1330 struct scsi_init_func_queues q_params; member
|