Searched refs:fcf_rr_bmask (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h353 unsigned long *fcf_rr_bmask; /* Eligible FCF indexes for RR failover */ member in struct:lpfc_fcf
H A Dlpfc_hbadisc.c1590 memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask));
2539 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
2549 memset(phba->fcf.fcf_rr_bmask, 0,
2550 sizeof(*phba->fcf.fcf_rr_bmask));
H A Dlpfc_sli.c20244 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
20265 memset(phba->fcf.fcf_rr_bmask, 0,
20266 sizeof(*phba->fcf.fcf_rr_bmask));
20337 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
20341 /* Wrap around condition on phba->fcf.fcf_rr_bmask */
20348 next_fcf_index = find_first_bit(phba->fcf.fcf_rr_bmask,
20410 set_bit(fcf_index, phba->fcf.fcf_rr_bmask);
20450 clear_bit(fcf_index, phba->fcf.fcf_rr_bmask);
H A Dlpfc_init.c8380 phba->fcf.fcf_rr_bmask = kcalloc(longs, sizeof(unsigned long),
8382 if (!phba->fcf.fcf_rr_bmask) {
8480 kfree(phba->fcf.fcf_rr_bmask);
8537 kfree(phba->fcf.fcf_rr_bmask);

Completed in 237 milliseconds