Searched refs:q_params (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_fcoe.c | 179 DMA_REGPAIR_LE(p_data->q_params.glbl_q_params_addr, in qed_sp_fcoe_func_start() 183 p_data->q_params.cq_num_entries = tmp; in qed_sp_fcoe_func_start() 186 p_data->q_params.cmdq_num_entries = tmp; in qed_sp_fcoe_func_start() 189 p_data->q_params.num_queues = (u8)tmp; in qed_sp_fcoe_func_start() 192 p_data->q_params.queue_relative_offset = (u8)tmp; in qed_sp_fcoe_func_start() 199 p_data->q_params.cq_cmdq_sb_num_arr[i] = tmp; in qed_sp_fcoe_func_start() 202 p_data->q_params.cq_sb_pi = fcoe_pf_params->gl_rq_pi; in qed_sp_fcoe_func_start() 203 p_data->q_params.cmdq_sb_pi = fcoe_pf_params->gl_cmd_pi; in qed_sp_fcoe_func_start() 205 p_data->q_params.bdq_resource_id = (u8)RESC_START(p_hwfn, QED_BDQ); in qed_sp_fcoe_func_start() 207 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-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 237 struct bnx2x_queue_state_params *q_params; in bnx2x_vf_queue_create() local 243 q_params = &qctor->qstate; in bnx2x_vf_queue_create() 244 q_params->q_obj = &bnx2x_vfq(vf, qid, sp_obj); in bnx2x_vf_queue_create() 245 set_bit(RAMROD_COMP_WAIT, &q_params->ramrod_flags); in bnx2x_vf_queue_create() 247 if (bnx2x_get_q_logical_state(bp, q_params->q_obj) == in bnx2x_vf_queue_create() 254 q_params->cmd = BNX2X_Q_CMD_INIT; in bnx2x_vf_queue_create() 255 rc = bnx2x_queue_state_change(bp, q_params); in bnx2x_vf_queue_create() 259 memcpy(&q_params->params.setup, &qctor->prep_qsetup, in bnx2x_vf_queue_create() 261 q_params->cmd = BNX2X_Q_CMD_SETUP; in bnx2x_vf_queue_create() 262 rc = bnx2x_queue_state_change(bp, q_params); in bnx2x_vf_queue_create() [all …]
|
D | bnx2x_main.c | 8742 struct bnx2x_queue_state_params *q_params, in bnx2x_setup_tx_only() argument 8749 q_params->cmd = BNX2X_Q_CMD_SETUP_TX_ONLY; in bnx2x_setup_tx_only() 8765 tx_index, q_params->q_obj->cids[FIRST_TX_COS_INDEX], in bnx2x_setup_tx_only() 8766 q_params->q_obj->cids[tx_index], q_params->q_obj->cl_id, in bnx2x_setup_tx_only() 8770 return bnx2x_queue_state_change(bp, q_params); in bnx2x_setup_tx_only() 8787 struct bnx2x_queue_state_params q_params = {NULL}; in bnx2x_setup_queue() local 8789 &q_params.params.setup; in bnx2x_setup_queue() 8791 &q_params.params.tx_only; in bnx2x_setup_queue() 8802 q_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_setup_queue() 8804 __set_bit(RAMROD_COMP_WAIT, &q_params.ramrod_flags); in bnx2x_setup_queue() [all …]
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 1922 struct qed_queue_start_common_params q_params; in qede_start_queues() local 1966 memset(&q_params, 0, sizeof(q_params)); in qede_start_queues() 1967 q_params.queue_id = rxq->rxq_id; in qede_start_queues() 1968 q_params.vport_id = 0; in qede_start_queues() 1969 q_params.p_sb = fp->sb_info; in qede_start_queues() 1970 q_params.sb_idx = RX_PI; in qede_start_queues() 1976 rc = edev->ops->q_rx_start(cdev, i, &q_params, in qede_start_queues()
|
/Linux-v4.19/include/linux/qed/ |
D | fcoe_common.h | 617 struct scsi_init_func_queues q_params; member
|
D | iscsi_common.h | 1330 struct scsi_init_func_queues q_params; member
|