Searched refs:max_index (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/drivers/scsi/
H A Dpmcraid.c4089 * @max_index: number of buffer blocks to release
4095 pmcraid_release_cmd_blocks(struct pmcraid_instance *pinstance, int max_index) argument
4098 for (i = 0; i < max_index; i++) {
4109 * @max_index: number of buffers (from 0 onwards) to release
4120 int max_index
4128 for (i = 0; i < max_index; i++) {
H A Dadvansys.c6199 int max_index; local
6204 max_index = (int)asc_dvc->max_sdtr_index;
6206 if ((syn_time <= period_table[max_index])) {
6207 for (i = min_index; i < (max_index - 1); i++) {
6212 return (uchar)max_index;
6214 return (uchar)(max_index + 1);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1868 for (i = 0; i < megasas_mgmt_info.max_index; i++) {
7562 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = instance;
7563 megasas_mgmt_info.max_index++;
7600 megasas_mgmt_info.max_index--;
7601 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = NULL;
8004 * decrement the max_index. We let this array be sparse array
8006 for (i = 0; i < megasas_mgmt_info.max_index; i++) {
8195 for (i = 0; i < megasas_mgmt_info.max_index; i++) {
H A Dmegaraid_sas.h2664 int max_index; member in struct:megasas_mgmt_info
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c216 * @max_index: Index not to be exceeded
222 unsigned int max_index)
226 if (op < max_index)
221 fc_exch_name_lookup(unsigned int op, char **table, unsigned int max_index) argument
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c5048 s32 max_index = 0; local
5052 max_index = 36;
5058 while ((*gain_index <= (s32) max_index)

Completed in 417 milliseconds

12