• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/

Lines Matching refs:fcf

2235 	phba->fcf.fcf_flag &= ~(FCF_REDISC_PEND |
2239 del_timer(&phba->fcf.redisc_wait);
2255 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND)) {
2886 * lpfc_sli4_remove_dflt_fcf - Remove the driver default fcf record from the port.
2889 * This routine is invoked to remove the driver default fcf record from
2921 phba->fcf.current_rec.fcf_indx);
2945 * lpfc_fcf_redisc_wait_start_timer - Start fcf rediscover wait timer
2955 /* Start fcf rediscovery wait period timer */
2956 mod_timer(&phba->fcf.redisc_wait, fcf_redisc_wait_tmo);
2958 /* Allow action to new fcf asynchronous event */
2959 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
2961 phba->fcf.fcf_flag |= FCF_REDISC_PEND;
2982 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND)) {
2987 phba->fcf.fcf_flag &= ~FCF_REDISC_PEND;
2989 phba->fcf.fcf_flag |= FCF_REDISC_EVT;
3379 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
3401 if (phba->fcf.fcf_flag & FCF_REDISC_EVT) {
3407 if (phba->fcf.fcf_flag & FCF_SCAN_DONE) {
3443 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
3451 /* If the event is not for currently used fcf do nothing */
3452 if (phba->fcf.current_rec.fcf_indx != acqe_fcoe->index)
3463 phba->fcf.fcf_flag |= FCF_DEAD_DISC;
3478 phba->fcf.fcf_flag &= ~FCF_DEAD_DISC;
3487 memset(phba->fcf.fcf_rr_bmask, 0,
3488 sizeof(*phba->fcf.fcf_rr_bmask));
3542 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
3547 phba->fcf.fcf_flag |= FCF_ACVL_DISC;
3562 phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
3574 memset(phba->fcf.fcf_rr_bmask, 0,
3575 sizeof(*phba->fcf.fcf_rr_bmask));
3682 * lpfc_sli4_fcf_redisc_event_proc - Process fcf table rediscovery event
3694 phba->fcf.fcf_flag &= ~FCF_REDISC_EVT;
3696 phba->fcf.failover_rec.flag = 0;
3698 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
4038 init_timer(&phba->fcf.redisc_wait);
4039 phba->fcf.redisc_wait.function = lpfc_sli4_fcf_redisc_wait_tmo;
4040 phba->fcf.redisc_wait.data = (unsigned long)phba;
4224 phba->fcf.fcf_rr_bmask = kzalloc(longs * sizeof(unsigned long),
4226 if (!phba->fcf.fcf_rr_bmask) {
4256 kfree(phba->fcf.fcf_rr_bmask);
4287 lpfc_sli4_fcfi_unreg(phba, phba->fcf.fcfi);
4303 kfree(phba->fcf.fcf_rr_bmask);
6597 * @fcfi: fcf index.
6632 phba->fcf.fcf_flag &=