Searched refs:port_type (Results 51 - 75 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dfcbuild.h225 u32 port_id, u8 port_type);
H A Dfcbuild.c1340 u8 port_type)
1352 rptid->port_type = port_type;
1339 fc_rptid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u32 port_id, u8 port_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Ddevice.h240 enum mlx4_port_type port_type[MLX4_MAX_PORTS + 1]; member in struct:mlx4_caps
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_hw.c719 p->port_type[0] = uses_xaui(adapter) ? 1 : 2;
720 p->port_type[1] = uses_xaui(adapter) ? 6 : 2;
722 p->port_type[0] = hex_to_bin(vpd.port0_data[0]);
723 p->port_type[1] = hex_to_bin(vpd.port1_data[0]);
3880 while (!adapter->params.vpd.port_type[++j])
3883 pti = &port_types[adapter->params.vpd.port_type[j]];
3886 adapter->params.vpd.port_type[j]);
3946 while (!adapter->params.vpd.port_type[++j])
3949 pti = &port_types[adapter->params.vpd.port_type[j]];
H A Dcommon.h365 u8 port_type[MAX_NPORTS]; member in struct:vpd_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dsysfs.c407 static struct kobj_type port_type = { variable in typeref:struct:kobj_type
498 ret = kobject_init_and_add(&p->kobj, &port_type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_spoolss.c389 if ( i2->port_type ) {
392 if ( i2->port_type & PORT_TYPE_READ ) {
396 if ( i2->port_type & PORT_TYPE_WRITE ) {
402 if ( i2->port_type & PORT_TYPE_REDIRECTED ) {
406 if ( i2->port_type & PORT_TYPE_NET_ATTACHED ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c727 uint8_t port_type = 0; local
772 port_type = i2ctable[headerlen + recordoffset + 3 + entry_len * index];
778 if (port_type == 4) /* seen on C51 */
780 if (port_type >= 5) /* G80+ */
785 if (port_type != 5 && port_type != 6)
786 NV_WARN(dev, "DCB I2C table has port type %d\n", port_type);
791 i2c->port_type = port_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_sas.h451 u8 port_type; member in struct:control_phy
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_main.c772 if (adapter->ahw.port_type == NETXEN_NIC_XGBE) {
775 } else if (adapter->ahw.port_type == NETXEN_NIC_GBE) {
867 if (adapter->ahw.port_type == NETXEN_NIC_XGBE)
1361 switch (adapter->ahw.port_type) {
H A Dnetxen_nic.h599 u16 port_type; member in struct:netxen_hardware_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h289 u8 port_type; member in struct:port_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h288 uint8_t port_type; member in struct:lpfc_vport
H A Dlpfc_vport.c568 if (vport->port_type == LPFC_PHYSICAL_PORT) {
H A Dlpfc_attr.c1140 if (vport->port_type == LPFC_PHYSICAL_PORT)
2322 if (vport->port_type == LPFC_PHYSICAL_PORT) {
2357 if (vport->port_type == LPFC_PHYSICAL_PORT && val != 0) {
3898 if (error || vport->port_type == LPFC_NPIV_PORT)
3932 if (vport->port_type == LPFC_NPIV_PORT)
3968 if (vport->port_type == LPFC_NPIV_PORT) {
4011 /* Links up, beyond this port_type reports state */
H A Dlpfc_nportdisc.c422 if ((vport->port_type == LPFC_NPIV_PORT &&
1562 if ((vport->port_type == LPFC_NPIV_PORT) &&
1584 (vport->port_type == LPFC_NPIV_PORT) &&
H A Dlpfc_hbadisc.c696 ((vport->port_type == LPFC_NPIV_PORT) &&
929 if (vport->port_type == LPFC_PHYSICAL_PORT)
2349 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
2453 if (vport->port_type == LPFC_PHYSICAL_PORT) {
4292 (vport->port_type != LPFC_PHYSICAL_PORT) ||
4394 if (vport->port_type == LPFC_PHYSICAL_PORT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_isr.c952 fcport->port_type = FCT_TARGET;
954 fcport->port_type = FCT_INITIATOR;
1213 fcport->port_type = FCT_TARGET;
1217 fcport->port_type = FCT_INITIATOR;
H A Dqla_def.h1693 fc_port_type_t port_type; member in struct:fc_port
1921 uint8_t port_type; member in struct:ct_sns_req::__anon14950::__anon14952
2022 uint8_t port_type; member in struct:ct_sns_rsp::__anon14967::__anon14968
H A Dqla_gs.c214 if (ct_rsp->rsp.ga_nxt.port_type != NS_N_PORT_TYPE &&
215 ct_rsp->rsp.ga_nxt.port_type != NS_NL_PORT_TYPE)
275 /* Prepare CT arguments -- port_type */
276 ct_req->req.gid_pt.port_type = NS_NX_PORT_TYPE;
819 /* Prepare SNS command arguments -- port_type. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dfeature.c2739 int port_type = PMAC_SCC_ASYNC; local
2745 port_type = PMAC_SCC_IRDA;
2750 port_type = PMAC_SCC_IRDA;
2756 pmac_call_feature(PMAC_FTR_SCC_ENABLE, np, port_type, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhw.c475 priv->port_type);
1131 rid = (priv->port_type == 3) ? HERMES_RID_CNFOWNSSID :
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic.h406 u16 port_type; member in struct:qlcnic_hardware_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.h117 int port_type; member in struct:ssid_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dmdd.h372 X1( CFG_CNF_PORT_TYPE, port_type ) /*[STA] Connection control characteristics */

Completed in 448 milliseconds

1234