/kernel/linux/linux-6.6/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() 1604 /* Wake events not supported on port B */ in e1000_wol_exclusion() 1613 /* quad port adapters only support WoL on port A */ in e1000_wol_exclusion() 1622 /* dual port cards only support WoL on port A from now on in e1000_wol_exclusion() 1623 * unless it was enabled in the eeprom for port B in e1000_wol_exclusion()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mfw_hsi.h | 1620 struct public_port port[MCP_GLOB_PORT_MAX]; member 2170 struct nvm_cfg1_port port[MCP_GLOB_PORT_MAX]; member
|
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()
|
H A D | qed_init_fw_funcs.c | 152 /* Headroom per-port */ 204 #define PQ_INFO_ELEMENT(vp, pf, tc, port, rl_valid, rl) \ 205 (((vp) << 0) | ((pf) << 12) | ((tc) << 16) | ((port) << 20) | \ 448 * specified port. The guaranteed BTB space is divided between the TCs as 451 * B - BTB blocks for this port 452 * C - Number of physical TCs for this port 454 * a. 38 blocks (9700B jumbo frame) are allocated for global per port
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 538 conn_info->src.port = qedi_ep->src_port; in qedi_iscsi_offload_conn() 539 conn_info->dst.port = qedi_ep->dst_port; in qedi_iscsi_offload_conn() 1351 "Failed to allocate port id for iscsi_cid=0x%x\n", in qedi_set_path() 1368 "src addr:port=%pI4:%u, dst addr:port=%pI4:%u\n", in qedi_set_path() 1379 "src addr:port=%pI6:%u, dst addr:port=%pI6:%u\n", in qedi_set_path()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 1977 u32 port = CHAN2PORTMASK(sdev->channel); in cxlflash_disk_direct_open() local 2009 rht_format1(rhte, lli->lun_id[sdev->channel], ctxi->rht_perms, port); in cxlflash_disk_direct_open()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hcd.c | 648 /* other port status types return 8 bytes */ in rh_call_control() 1015 * usb_hcd_start_port_resume - a root-hub port is sending a resume signal 1017 * @portnum: the port which is being resumed 1020 * being sent to a root-hub port. The root hub will be prevented from 1037 * usb_hcd_end_port_resume - a root-hub port has stopped sending a resume signal 1039 * @portnum: the port which is being resumed 1042 * stopped being sent to a root-hub port. The root hub will be allowed to 2169 int ehset_single_step_set_feature(struct usb_hcd *hcd, int port) in ehset_single_step_set_feature() argument 2178 /* Obtain udev of the rhub's child port */ in ehset_single_step_set_feature() 2179 udev = usb_hub_find_child(hcd->self.root_hub, port); in ehset_single_step_set_feature() [all...] |
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl.c | 45 "dfl-port-pdata", 145 * introduce a global port_ops list, it allows port drivers to register ops 146 * in such list, then other feature devices (e.g. FME), could use the port 147 * functions even related port platform device is hidden. Below is one example, 149 * enabled, port (and it's AFU) is turned into VF and port platform device 150 * is hidden from system but it's still required to access port to finish FPGA 158 * dfl_fpga_port_ops_get - get matched port ops from the global list 159 * @pdev: platform device to match with associated port ops. 160 * Return: matched port op 746 dfl_fpga_cdev_add_port_dev(struct dfl_fpga_cdev *cdev, struct platform_device *port) dfl_fpga_cdev_add_port_dev() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | kvm_host.h | 402 int port; member 1969 int kvm_fast_pio(struct kvm_vcpu *vcpu, int size, unsigned short port, int in);
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | altera_edac.c | 926 static int __maybe_unused altr_init_memory_port(void __iomem *ioaddr, int port) in altr_init_memory_port() argument 932 if (port) { in altr_init_memory_port()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_vf_main.c | 1738 /** Sending command to add/delete VxLAN UDP port to firmware 1741 * @param vxlan_port VxLAN port to be added or deleted 1767 "DEVFLAGS VxLAN port add/delete failed in core (ret : 0x%x)\n", in liquidio_vxlan_port_command() 1781 htons(ti->port), in liquidio_udp_tunnel_set_port() 1792 htons(ti->port), in liquidio_udp_tunnel_unset_port() 2250 * initialize the rest as well run port_config command for each port in liquidio_init_nic_module()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/ |
H A D | dl2k.c | 1250 cmd->base.port = PORT_FIBRE; in rio_get_link_ksettings() 1261 cmd->base.port = PORT_MII; in rio_get_link_ksettings()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 393 /* Return the highest speed set in the port capabilities, in Mb/s. */ 421 * Get the highest speed for the port from the advertised Port 492 * t4vf_port_init - initialize port hardware/software state 494 * @pidx: the adapter port index 543 * If we don't have read access to our port information, we're done in t4vf_port_init() 1329 * t4vf_alloc_vi - allocate a virtual interface on a port 1331 * @port_id: physical port associated with the VI 1334 * physical port. Return the new Virtual Interface Identifier on 1436 * t4vf_identify_port - identify a VI's port by blinking its LED 1441 * Identifies a VI's port b 2198 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-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 1848 * @port: port number 1873 int pio_map_init(struct hfi1_devdata *dd, u8 port, u8 num_vls, u8 *vl_scontexts) in pio_map_init() argument 2041 if (pio_map_init(dd, ppd->port - 1, num_vls, NULL)) in init_pervl_scs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 2113 /* port@1 is the DPI input/output port */ in tc_probe_dpi_bridge_endpoint() 2141 /* port@2 is the output port */ in tc_probe_edp_bridge_endpoint() 2183 * port@0 - DSI input in tc_probe_bridge_endpoint() 2184 * port@1 - DPI input/output in tc_probe_bridge_endpoint() 2185 * port@2 - eDP output in tc_probe_bridge_endpoint() 2188 * DPI -> port@1 -> port@2 -> eDP :: [port in tc_probe_bridge_endpoint() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_6_ppt.c | 1716 req->I2CcontrollerPort = smu_i2c->port; in smu_v13_0_6_i2c_xfer() 1803 smu_i2c->port = i; in smu_v13_0_6_i2c_control_init()
|
H A D | aldebaran_ppt.c | 1486 req->I2CcontrollerPort = smu_i2c->port; in aldebaran_i2c_xfer() 1572 smu_i2c->port = 0; in aldebaran_i2c_control_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/ |
H A D | meson_registers.h | 1687 #define VPU_RDARB_SLAVE_TO_MASTER_PORT(dc, port) (port << (16 + dc))
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 682 if (qp->port_num != ppd->port) in qib_verbs_sdma_desc_avail() 1345 u32 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-6.6/sound/pci/emu10k1/ |
H A D | emupcm.c | 799 outl(epcm->capture_ipr, emu->port + IPR); in snd_emu10k1_capture_trigger() 833 outl(epcm->capture_ipr, emu->port + IPR); in snd_emu10k1_capture_trigger()
|
/kernel/linux/linux-6.6/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() 916 /* Allocate scsi_host for the physical port */ in bfad_cfg_pport() 1288 /* For single port cards - only claim function 0 */ in bfad_pci_probe()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | subflow.c | 1492 in_addr->sin_port = info->port; in mptcp_info2sockaddr() 1503 in6_addr->sin6_port = info->port; in mptcp_info2sockaddr()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_diag.c | 696 if (cond->port != -1 && in inet_diag_bc_run() 697 cond->port != (op->code == INET_DIAG_BC_S_COND ? in inet_diag_bc_run() 884 /* Validate a port comparison operator. */ 888 /* Port comparisons put the port in a follow-on inet_diag_bc_op. */ in valid_port_comparison()
|
/third_party/libuv/include/ |
H A D | uv.h | 667 * any traffic, in effect "stealing" the port from the previous listener. 1771 UV_EXTERN int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr); 1772 UV_EXTERN int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 611 * any traffic, in effect "stealing" the port from the previous listener. 1636 UV_EXTERN int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr); 1637 UV_EXTERN int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr);
|