Searched defs:link_e2e_beacon (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_svc.h510 bfa_boolean_t link_e2e_beacon; /* link beacon status */ member in struct:bfa_fcport_s
562 bfa_boolean_t link_e2e_beacon);
H A Dbfad_bsg.h650 bfa_boolean_t link_e2e_beacon; member in struct:bfa_bsg_diag_beacon_s
H A Dbfa_ioc.c5231 * @param[in] link_e2e_beacon - link beaconing 1:ON 0:OFF
5238 bfa_boolean_t link_e2e_beacon, uint32_t sec)
5241 bfa_trc(diag, link_e2e_beacon);
5254 diag->beacon.link_e2e = link_e2e_beacon;
5256 diag->cbfn_beacon(diag->dev, beacon, link_e2e_beacon);
5237 bfa_diag_beacon_port(struct bfa_diag_s *diag, bfa_boolean_t beacon, bfa_boolean_t link_e2e_beacon, uint32_t sec) argument
H A Dbfa_svc.c4075 attr->link_e2e_beacon = fcport->link_e2e_beacon;
4245 bfa_boolean_t link_e2e_beacon)
4251 bfa_trc(bfa, link_e2e_beacon);
4253 bfa_trc(bfa, fcport->link_e2e_beacon);
4256 fcport->link_e2e_beacon = link_e2e_beacon;
4244 bfa_fcport_beacon(void *dev, bfa_boolean_t beacon, bfa_boolean_t link_e2e_beacon) argument
H A Dbfa_defs_svc.h1000 bfa_boolean_t link_e2e_beacon; /* link beacon is on */ member in struct:bfa_port_attr_s

Completed in 75 milliseconds