Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_fcs.h263 #define bfa_fcs_lport_get_fcid(_lport) ((_lport)->pid) argument
264 #define bfa_fcs_lport_get_pwwn(_lport) ((_lport)->port_cfg.pwwn) argument
265 #define bfa_fcs_lport_get_nwwn(_lport) ((_lport)->port_cfg.nwwn) argument
266 #define bfa_fcs_lport_get_psym_name(_lport) ((_lport)->port_cfg.sym_name) argument
267 #define bfa_fcs_lport_is_initiator(_lport) \ argument
268 ((_lport)->port_cfg.roles & BFA_LPORT_ROLE_FCP_IM)
269 #define bfa_fcs_lport_get_nrports(_lport) \ argument
270 ((_lport) ? (_lport)->num_rports : 0)
278 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type) argument
279 #define bfa_fcs_lport_get_fabric_name(_lport) ((_lport)->fabric->fabric_name) argument
[all …]