Home
last modified time | relevance | path

Searched refs:arr_index (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c535 u64 arr_index = 0; in ehea_h_query_ehea_port() local
544 arr_index, /* R7 */ in ehea_h_query_ehea_port()
555 u64 arr_index = 0; in ehea_h_modify_ehea_port() local
568 arr_index, /* R7 */ in ehea_h_modify_ehea_port()
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c3886 unsigned int arr_index, i, idx; in beiscsi_init_sgl_handle() local
3918 arr_index = 0; in beiscsi_init_sgl_handle()
3925 if (arr_index < phba->params.ios_per_ctrl) { in beiscsi_init_sgl_handle()
3926 phba->io_sgl_hndl_base[arr_index] = psgl_handle; in beiscsi_init_sgl_handle()
3928 arr_index++; in beiscsi_init_sgl_handle()
3930 phba->eh_sgl_hndl_base[arr_index - in beiscsi_init_sgl_handle()
3933 arr_index++; in beiscsi_init_sgl_handle()
3958 arr_index = 0; in beiscsi_init_sgl_handle()
3967 if (arr_index < phba->params.ios_per_ctrl) in beiscsi_init_sgl_handle()
3968 psgl_handle = phba->io_sgl_hndl_base[arr_index]; in beiscsi_init_sgl_handle()
[all …]