/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 1175 uint64_t port:6; member 1179 uint64_t port:6;
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.c | 477 sja1105_packing(buf, &entry->port, in sja1105_vl_lookup_entry_packing() 489 sja1105_packing(buf, &entry->port, in sja1105_vl_lookup_entry_packing() 649 "mac-configuration-table needs to contain an entry for each port",
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 1175 uint64_t port:6; member 1179 uint64_t port:6;
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 682 if (qp->port_num != ppd->port) in qib_verbs_sdma_desc_avail() 1345 u8 port_num = ppd->port; in qib_create_qp0_ah() 1369 * Return the indexed PKEY from the port PKEY table. 1370 * No need to validate rcd[ctxt]; the port is setup if we are here.
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 1125 ret = ib_find_pkey(priv->ca, priv->port, priv->pkey, &qp_attr.pkey_index); in ipoib_cm_modify_tx_init() 1133 qp_attr.port_num = priv->port; in ipoib_cm_modify_tx_init()
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-core.c | 615 if (vep->base.port || vep->base.id) in rvin_parallel_parse_v4l2() 801 if (vep->base.port != 1 || vep->base.id >= RVIN_CSI_MAX) in rvin_mc_parse_of_endpoint()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 1218 * cmd->port = 0; 1240 cmd->base.port = PORT_FIBRE; 1248 cmd->base.port = PORT_MII;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 109 cmd->base.port = PORT_TP; in e1000_get_link_ksettings() 120 cmd->base.port = PORT_FIBRE; in e1000_get_link_ksettings() 1600 /* Wake events not supported on port B */ in e1000_wol_exclusion() 1609 /* quad port adapters only support WoL on port A */ in e1000_wol_exclusion() 1618 /* dual port cards only support WoL on port A from now on in e1000_wol_exclusion() 1619 * unless it was enabled in the eeprom for port B in e1000_wol_exclusion()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iscsi.c | 1226 con->local_port = conn_info->src.port; in qed_iscsi_offload_conn() 1227 con->remote_port = conn_info->dst.port; in qed_iscsi_offload_conn()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ethtool.c | 544 base->port = current_link.port; in qede_get_link_ksettings()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 1890 * @port: port number 1915 int pio_map_init(struct hfi1_devdata *dd, u8 port, u8 num_vls, u8 *vl_scontexts) in pio_map_init() argument 2086 if (pio_map_init(dd, ppd->port - 1, num_vls, NULL)) in init_pervl_scs()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_device.c | 579 dev->port = PORT_TP; in phy_device_create() 1394 phydev->port = PORT_MII; in phy_attach_direct()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_nic.c | 957 cmd->base.port = PORT_FIBRE; in aq_nic_get_link_ksettings() 959 cmd->base.port = PORT_TP; in aq_nic_get_link_ksettings()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 392 /* Return the highest speed set in the port capabilities, in Mb/s. */ 420 * Get the highest speed for the port from the advertised Port 491 * t4vf_port_init - initialize port hardware/software state 493 * @pidx: the adapter port index 542 * If we don't have read access to our port information, we're done in t4vf_port_init() 1328 * t4vf_alloc_vi - allocate a virtual interface on a port 1330 * @port_id: physical port associated with the VI 1333 * physical port. Return the new Virtual Interface Identifier on 1435 * t4vf_identify_port - identify a VI's port by blinking its LED 1440 * Identifies a VI's port b 2197 t4vf_get_vf_mac_acl(struct adapter *adapter, unsigned int port, unsigned int *naddr, u8 *addr) t4vf_get_vf_mac_acl() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_vf_main.c | 1747 /** Sending command to add/delete VxLAN UDP port to firmware 1750 * @param vxlan_port VxLAN port to be added or deleted 1776 "DEVFLAGS VxLAN port add/delete failed in core (ret : 0x%x)\n", in liquidio_vxlan_port_command() 1790 htons(ti->port), in liquidio_udp_tunnel_set_port() 1801 htons(ti->port), in liquidio_udp_tunnel_unset_port() 2261 * initialize the rest as well run port_config command for each port in liquidio_init_nic_module()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/ |
H A D | dl2k.c | 1253 cmd->base.port = PORT_FIBRE; in rio_get_link_ksettings() 1264 cmd->base.port = PORT_MII; in rio_get_link_ksettings()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | cosa.c | 6 * Generic HDLC port Copyright (C) 2008 Krzysztof Halasa <khc@pm.waw.pl> 23 * The SRP (serial port?, the Czech word "srp" means "sickle") card 24 * is a 2-port intelligent (with its own 8-bit CPU) synchronous serial card 986 int port = iminor(inode); in cosa_fasync() 988 return fasync_helper(inode, file, on, &fasync[port]); in cosa_fasync() 1527 * the port returns '\r', '\n' or '\x2e' permanently. in cosa_reset_and_read_id() 1982 * the data being transferred on the data and status I/O port in a in debug_status_in() 985 int port = iminor(inode); cosa_fasync() local
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm-cmn.c | 1070 unsigned int port = CMN_NODEID_PID(dn->id); in arm_cmn_event_add() local 1074 (port << 4) + (dev << 2); in arm_cmn_event_add()
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 1976 u32 port = CHAN2PORTMASK(sdev->channel); in cxlflash_disk_direct_open() local 2008 rht_format1(rhte, lli->lun_id[sdev->channel], ctxi->rht_perms, port); in cxlflash_disk_direct_open()
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 537 conn_info->src.port = qedi_ep->src_port; in qedi_iscsi_offload_conn() 538 conn_info->dst.port = qedi_ep->dst_port; in qedi_iscsi_offload_conn() 1312 "Failed to allocate port id for iscsi_cid=0x%x\n", in qedi_set_path() 1329 "src addr:port=%pI4:%u, dst addr:port=%pI4:%u\n", in qedi_set_path() 1340 "src addr:port=%pI6:%u, dst addr:port=%pI6:%u\n", in qedi_set_path()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emupcm.c | 799 outl(epcm->capture_ipr, emu->port + IPR); in snd_emu10k1_capture_trigger() 831 outl(epcm->capture_ipr, emu->port + IPR); in snd_emu10k1_capture_trigger()
|
/kernel/linux/linux-5.10/net/dcb/ |
H A D | dcbnl.c | 182 static struct sk_buff *dcbnl_newmsg(int type, u8 cmd, u32 port, u32 seq, in dcbnl_newmsg() argument 193 nlh = nlmsg_put(skb, port, seq, type, sizeof(*dcb), flags); in dcbnl_newmsg()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/ |
H A D | meson_registers.h | 1662 #define VPU_RDARB_SLAVE_TO_MASTER_PORT(dc, port) (port << (16 + dc))
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad.c | 89 MODULE_PARM_DESC(num_rports, "Max number of rports supported per port " 123 "boot port. Otherwise 10 secs in RHEL4 & 0 for " 142 MODULE_PARM_DESC(max_rport_logins, "Max number of logins to initiator and target rports on a port (physical/logical), default=1024"); 432 bfa_fcb_lport_new(struct bfad_s *bfad, struct bfa_fcs_lport_s *port, in bfa_fcb_lport_new() argument 453 port_drv->fcs_port = port; in bfa_fcb_lport_new() 924 /* Allocate scsi_host for the physical port */ in bfad_cfg_pport() 1296 /* For single port cards - only claim function 0 */ in bfad_pci_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_fid.c | 47 struct list_head port_vid_list; /* Ordered by local port. */ 87 struct mlxsw_sp_port *port, u16 vid); 89 struct mlxsw_sp_port *port, u16 vid); 552 /* If port is not in virtual mode, then it does not have any in mlxsw_sp_fid_vid_to_fid_rif_set() 586 /* If port is not in virtual mode, then it does not have any in mlxsw_sp_fid_vid_to_fid_rif_unset() 1153 /* Using legacy bridge model, we only need to transition the port to in mlxsw_sp_fid_rfid_port_vid_map() 1350 /* In case there are no {Port, VID} => FID mappings on the port, in mlxsw_sp_fid_8021q_port_vid_map() 1785 /* Track number of FIDs configured on the port with mapping type in mlxsw_sp_port_fids_init() 1786 * PORT_VID_TO_FID, so that we know when to transition the port in mlxsw_sp_port_fids_init()
|