Searched refs:pd_index (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/intel/i40e/ |
D | i40e_hmc.c | 132 u32 pd_index) in i40e_add_pd_table_entry() argument 142 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) { in i40e_add_pd_table_entry() 149 sd_idx = (pd_index / I40E_HMC_PD_CNT_IN_SD); in i40e_add_pd_table_entry() 154 rel_pd_idx = (pd_index % I40E_HMC_PD_CNT_IN_SD); in i40e_add_pd_table_entry() 166 pd_entry->bp.sd_pd_index = pd_index; in i40e_add_pd_table_entry()
|
D | i40e_hmc.h | 202 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument 208 *(pd_index) = (u32)(fpm_adr / I40E_HMC_PAGED_BP_SIZE); \ 221 u32 pd_index);
|
/drivers/net/ethernet/intel/i40evf/ |
D | i40e_hmc.h | 202 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument 208 *(pd_index) = (u32)(fpm_adr / I40E_HMC_PAGED_BP_SIZE); \ 221 u32 pd_index);
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | ptlrpcd.c | 72 int pd_index; member 131 idx = ptlrpcds->pd_index + 1; in ptlrpcd_select_pc() 135 ptlrpcds->pd_index = idx; in ptlrpcd_select_pc() 779 ptlrpcds->pd_index = 0; in ptlrpcd_init()
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 1665 u16 pd_index = 0; in megasas_slave_alloc() local 1672 pd_index = in megasas_slave_alloc() 1675 if (instance->pd_list[pd_index].driveState == in megasas_slave_alloc() 3763 int ret = 0, pd_index = 0; in megasas_get_pd_list() local 3823 for (pd_index = 0; pd_index < le32_to_cpu(ci->count); pd_index++) { in megasas_get_pd_list() 6455 u16 pd_index = 0; in megasas_aen_polling() local 6495 pd_index = in megasas_aen_polling() 6501 if (instance->pd_list[pd_index].driveState in megasas_aen_polling() 6523 pd_index = in megasas_aen_polling() 6529 if (instance->pd_list[pd_index].driveState in megasas_aen_polling() [all …]
|
D | megaraid_sas_fusion.c | 1696 u16 pd_index = 0; in megasas_build_dcdb_fusion() local 1707 pd_index = (scmd->device->channel * MEGASAS_MAX_DEV_PER_CHANNEL) in megasas_build_dcdb_fusion() 1716 instance->pd_list[pd_index].driveState == MR_PD_STATE_SYSTEM) { in megasas_build_dcdb_fusion()
|