Searched refs:roles (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcb/
H A Dbfa_fcb_port.h45 * network interfaces bases on ports personality/roles.
54 * @param[in] roles - port roles: IM, TM, IP
62 enum bfa_port_role roles, struct bfad_vf_s *vf_drv,
71 * @param[in] roles - port roles: IM, TM, IP
77 void bfa_fcb_port_delete(struct bfad_s *bfad, enum bfa_port_role roles,
88 * @param[in] roles - port roles: IM, TM, IP
94 void bfa_fcb_port_online(struct bfad_s *bfad, enum bfa_port_role roles,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_transport_srp.h13 u8 roles; member in struct:srp_rport_identifiers
20 u8 roles; member in struct:srp_rport
H A Dscsi_transport_fc.h149 * for reporting (e.g. report roles). If you alter this list,
184 u32 roles; member in struct:fc_vport_identifiers
200 * A virtual port may support 1 or more FC4 roles. Typically it is a
202 * roles. FC port attributes for the vport will be reported on any
229 u32 roles; member in struct:fc_vport
286 u32 roles; member in struct:fc_rport_identifiers
335 u32 roles; member in struct:fc_rport
729 if (rport->roles & FC_PORT_ROLE_FCP_TARGET)
796 void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_lport.h27 * BFA_LPORT_AEN_NEW: [in]: None [out]: vf_id, ppwwn, lpwwn, roles
28 * BFA_LPORT_AEN_DELETE: [in]: lpwwn [out]: vf_id, ppwwn. lpwwn, roles
29 * BFA_LPORT_AEN_ONLINE: [in]: lpwwn [out]: vf_id, ppwwn. lpwwn, roles
30 * BFA_LPORT_AEN_OFFLINE: [in]: lpwwn [out]: vf_id, ppwwn. lpwwn, roles
31 * BFA_LPORT_AEN_DISCONNECT:[in]: lpwwn [out]: vf_id, ppwwn. lpwwn, roles
32 * BFA_LPORT_AEN_NEW_PROP: [in]: None [out]: vf_id, ppwwn. lpwwn, roles
33 * BFA_LPORT_AEN_DELETE_PROP: [in]: lpwwn [out]: vf_id, ppwwn. lpwwn, roles
34 * BFA_LPORT_AEN_NEW_STANDARD: [in]: None [out]: vf_id, ppwwn. lpwwn, roles
35 * BFA_LPORT_AEN_DELETE_STANDARD: [in]: lpwwn [out]: vf_id, ppwwn. lpwwn, roles
36 * BFA_LPORT_AEN_NPIV_DUP_WWN: [in]: lpwwn [out]: vf_id, ppwwn. lpwwn, roles
62 s16 roles; /* Logical port mode,IM/TM/IP etc */ member in struct:bfa_lport_aen_data_s
[all...]
H A Dbfa_defs_port.h38 * - FCP IM and FCP TM roles cannot be enabled together for a FCS port
57 enum bfa_port_role roles; /* FCS port roles */ member in struct:bfa_port_cfg_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dfcs_lport.h55 (port->port_cfg.roles & BFA_PORT_ROLE_FCP_IM)
58 (port->port_cfg.roles & BFA_PORT_ROLE_FCP_TM)
61 (port->port_cfg.roles & BFA_PORT_ROLE_FCP_IPFC)
H A Dbfad.c161 bfad_fc4_port_new(struct bfad_s *bfad, struct bfad_port_s *port, int roles) argument
165 if (roles & BFA_PORT_ROLE_FCP_IM)
170 if (roles & BFA_PORT_ROLE_FCP_TM)
175 if ((roles & BFA_PORT_ROLE_FCP_IPFC) && ipfc_enable)
182 bfad_fc4_port_delete(struct bfad_s *bfad, struct bfad_port_s *port, int roles) argument
184 if (roles & BFA_PORT_ROLE_FCP_IM)
187 if (roles & BFA_PORT_ROLE_FCP_TM)
190 if ((roles & BFA_PORT_ROLE_FCP_IPFC) && ipfc_enable)
245 enum bfa_port_role roles, struct bfad_vf_s *vf_drv,
266 port_drv->roles
244 bfa_fcb_port_new(struct bfad_s *bfad, struct bfa_fcs_port_s *port, enum bfa_port_role roles, struct bfad_vf_s *vf_drv, struct bfad_vport_s *vp_drv) argument
277 bfa_fcb_port_delete(struct bfad_s *bfad, enum bfa_port_role roles, struct bfad_vf_s *vf_drv, struct bfad_vport_s *vp_drv) argument
293 bfa_fcb_port_online(struct bfad_s *bfad, enum bfa_port_role roles, struct bfad_vf_s *vf_drv, struct bfad_vport_s *vp_drv) argument
311 bfa_fcb_port_offline(struct bfad_s *bfad, enum bfa_port_role roles, struct bfad_vf_s *vf_drv, struct bfad_vport_s *vp_drv) argument
[all...]
H A Dlport_api.c292 fcs_port->port_cfg.roles |= BFA_PORT_ROLE_FCP_IPFC;
299 fcs_port->port_cfg.roles &= ~BFA_PORT_ROLE_FCP_IPFC;
H A Dbfa_fcs_lport.c259 enum bfa_port_role role = port->port_cfg.roles;
273 aen_data.lport.roles = role;
537 bfa_fcb_port_online(port->fcs->bfad, port->port_cfg.roles,
556 bfa_fcb_port_offline(port->fcs->bfad, port->port_cfg.roles,
593 bfa_fcb_port_delete(port->fcs->bfad, port->port_cfg.roles,
887 lport->port_cfg.roles,
H A Dbfad_drv.h106 u32 roles; member in struct:bfad_port_s
H A Dbfad_im.c1008 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
1023 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
1025 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
1026 fc_remote_port_rolechg(fc_rport, rport_ids.roles);
H A Dloop.c94 if (port->port_cfg.roles == BFA_PORT_ROLE_FCP_IM) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxlink.h94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxlink.h94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxlink.in.h94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxlink.h94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxlink.in.h94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/bfi/
H A Dbfi_lport.h48 u8 roles; /* lport FC-4 roles */ member in struct:bfi_lport_create_req_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_transport_srp.c129 if (srp_rport_role_names[i].value == rport->roles) {
136 static DEVICE_ATTR(roles, S_IRUGO, show_srp_rport_roles, NULL);
212 rport->roles = ids->roles;
227 ids->roles == SRP_RPORT_ROLE_INITIATOR) {
257 rport->roles == SRP_RPORT_ROLE_INITIATOR)
331 SETUP_RPORT_ATTRIBUTE_RD(roles);
H A Dscsi_transport_fc.c275 * Define roles that are specific to port_id. Values are relative to ROLE_MASK.
884 /* identify any roles that are port_id specific */
903 if (rport->roles == FC_PORT_ROLE_UNKNOWN)
905 return get_fc_port_roles_names(rport->roles, buf);
908 static FC_DEVICE_ATTR(rport, roles, S_IRUGO,
1223 if (vport->roles == FC_PORT_ROLE_UNKNOWN)
1225 return get_fc_port_roles_names(vport->roles, buf);
1227 static FC_DEVICE_ATTR(vport, roles, S_IRUGO, show_fc_vport_roles, NULL);
1787 vid.roles = FC_PORT_ROLE_FCP_INITIATOR;
2190 SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(roles);
2949 fc_remote_port_rolechg(struct fc_rport *rport, u32 roles) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_lport.h170 ((_lport)->port_cfg.roles & BFA_PORT_ROLE_FCP_IM)
172 ((_lport)->port_cfg.roles & BFA_PORT_ROLE_FCP_TM)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_rport.c135 rdata->ids.roles = FC_RPORT_ROLE_UNKNOWN;
951 u32 roles = FC_RPORT_ROLE_UNKNOWN; local
973 /* reinitialize remote port roles */
974 rdata->ids.roles = FC_RPORT_ROLE_UNKNOWN;
1001 roles |= FC_RPORT_ROLE_FCP_INITIATOR;
1003 roles |= FC_RPORT_ROLE_FCP_TARGET;
1005 rdata->ids.roles = roles;
1634 u32 roles = FC_RPORT_ROLE_UNKNOWN; local
1668 /* reinitialize remote port roles */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.h41 * users, roles, types, sensitivities, categories, etc.
69 struct ebitmap dominates; /* set of roles dominated by this role */
98 struct ebitmap roles; /* set of authorized roles for user */ member in struct:user_datum
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvalidatr.tex6 A validator has three major roles:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptfc.c425 rid->roles = FC_RPORT_ROLE_UNKNOWN;
439 u32 roles = FC_RPORT_ROLE_UNKNOWN; local
444 roles |= FC_RPORT_ROLE_FCP_TARGET;
446 roles |= FC_RPORT_ROLE_FCP_INITIATOR;
490 fc_remote_port_rolechg(rport,roles);

Completed in 261 milliseconds

12