Home
last modified time | relevance | path

Searched refs:bbcr_attr (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_svc.h508 struct bfa_bbcr_attr_s bbcr_attr; member
570 struct bfa_bbcr_attr_s *bbcr_attr);
Dbfa_svc.c3113 fcport->bbcr_attr = pevent->link_state.attr.bbcr_attr; in bfa_fcport_update_linkinfo()
3584 fcport->bbcr_attr.state = BFA_BBCR_OFFLINE; in bfa_fcport_isr()
3586 fcport->bbcr_attr.state = BFA_BBCR_DISABLED; in bfa_fcport_isr()
3599 fcport->bbcr_attr.state = BFA_BBCR_OFFLINE; in bfa_fcport_isr()
3601 fcport->bbcr_attr.state = BFA_BBCR_DISABLED; in bfa_fcport_isr()
4246 struct bfa_bbcr_attr_s *bbcr_attr) in bfa_fcport_get_bbcr_attr() argument
4256 *bbcr_attr = fcport->bbcr_attr; in bfa_fcport_get_bbcr_attr()
Dbfa_defs_svc.h1100 struct bfa_bbcr_attr_s bbcr_attr; member