Searched refs:bucket_type (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_attr.c2512 * setbucket <bucket_type> <base> <step>
2533 unsigned long base, step, bucket_type; local
2551 bucket_type = LPFC_LINEAR_BUCKET;
2553 bucket_type = LPFC_POWER2_BUCKET;
2585 phba->bucket_type = bucket_type;
2616 phba->bucket_type = LPFC_NO_BUCKET;
2624 if (phba->bucket_type == LPFC_NO_BUCKET)
2650 if ((phba->bucket_type == LPFC_NO_BUCKET)
2682 char *bucket_type; local
[all...]
H A Dlpfc.h796 uint8_t bucket_type; member in struct:lpfc_hba
H A Dlpfc_scsi.c173 (phba->bucket_type == LPFC_NO_BUCKET)) {
178 if (phba->bucket_type == LPFC_LINEAR_BUCKET) {

Completed in 104 milliseconds