Home
last modified time | relevance | path

Searched refs:link_e2e_beacon (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.h511 bfa_boolean_t link_e2e_beacon; /* link beacon status */ member
563 bfa_boolean_t link_e2e_beacon);
Dbfa_ioc.h532 bfa_boolean_t link_e2e_beacon);
664 bfa_boolean_t beacon, bfa_boolean_t link_e2e_beacon,
Dbfad_bsg.h651 bfa_boolean_t link_e2e_beacon; member
Dbfa_svc.c3993 attr->link_e2e_beacon = fcport->link_e2e_beacon; in bfa_fcport_get_attr()
4163 bfa_boolean_t link_e2e_beacon) in bfa_fcport_beacon() argument
4169 bfa_trc(bfa, link_e2e_beacon); in bfa_fcport_beacon()
4171 bfa_trc(bfa, fcport->link_e2e_beacon); in bfa_fcport_beacon()
4174 fcport->link_e2e_beacon = link_e2e_beacon; in bfa_fcport_beacon()
Dbfa_defs_svc.h1001 bfa_boolean_t link_e2e_beacon; /* link beacon is on */ member
Dbfa_ioc.c5241 bfa_boolean_t link_e2e_beacon, uint32_t sec) in bfa_diag_beacon_port() argument
5244 bfa_trc(diag, link_e2e_beacon); in bfa_diag_beacon_port()
5257 diag->beacon.link_e2e = link_e2e_beacon; in bfa_diag_beacon_port()
5259 diag->cbfn_beacon(diag->dev, beacon, link_e2e_beacon); in bfa_diag_beacon_port()
Dbfad_bsg.c1777 iocmd->beacon, iocmd->link_e2e_beacon, in bfad_iocmd_diag_beacon_lport()