Searched refs:port_names (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/net/dsa/ |
A D | dsa_loop_bdinfo.c | 11 .port_names[0] = "lan1", 12 .port_names[1] = "lan2", 13 .port_names[2] = "lan3", 14 .port_names[3] = "lan4", 15 .port_names[DSA_LOOP_CPU_PORT] = "cpu",
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | dsa.h | 40 char *port_names[DSA_MAX_PORTS]; member
|
/linux-6.3-rc2/drivers/pinctrl/renesas/ |
A D | pinctrl-rza2.c | 38 static const char port_names[] = "0123456789ABCDEFGHJKLM"; variable 440 port_names[RZA2_PIN_ID_TO_PORT(grp->pins[i])], in rza2_set_mux() 491 port_names[priv->desc.npins / RZA2_PINS_PER_PORT - 1]); in rza2_pinctrl_probe()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | err_marvel.c | 149 static char *port_names[] = { "Port 0", "Port 1", in marvel_print_po7_uncrr_sym() local 239 err_print_prefix, port_names[i]); in marvel_print_po7_uncrr_sym() 251 err_print_prefix, port_names[i]); in marvel_print_po7_uncrr_sym()
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_els.c | 7010 memcpy(desc->port_names.wwnn, &vport->fc_nodename, in lpfc_rdp_res_diag_port_names() 7011 sizeof(desc->port_names.wwnn)); in lpfc_rdp_res_diag_port_names() 7013 memcpy(desc->port_names.wwpn, &vport->fc_portname, in lpfc_rdp_res_diag_port_names() 7014 sizeof(desc->port_names.wwpn)); in lpfc_rdp_res_diag_port_names() 7016 desc->length = cpu_to_be32(sizeof(desc->port_names)); in lpfc_rdp_res_diag_port_names() 7028 sizeof(desc->port_names.wwnn)); in lpfc_rdp_res_attach_port_names() 7031 sizeof(desc->port_names.wwpn)); in lpfc_rdp_res_attach_port_names() 7033 memcpy(desc->port_names.wwnn, &ndlp->nlp_nodename, in lpfc_rdp_res_attach_port_names() 7034 sizeof(desc->port_names.wwnn)); in lpfc_rdp_res_attach_port_names() 7036 memcpy(desc->port_names.wwpn, &ndlp->nlp_portname, in lpfc_rdp_res_attach_port_names() [all …]
|
A D | lpfc_hw.h | 1140 struct fc_rdp_port_name_info port_names; member
|
/linux-6.3-rc2/drivers/scsi/be2iscsi/ |
A D | be_cmds.h | 1264 u32 port_names; member
|
A D | be_cmds.c | 1504 phba->port_name = ioctl->p.resp.port_names >> in beiscsi_get_port_name()
|
/linux-6.3-rc2/net/dsa/ |
A D | dsa.c | 1420 name = cd->port_names[i]; in dsa_switch_parse_ports()
|
/linux-6.3-rc2/drivers/net/ethernet/cortina/ |
A D | gemini.c | 2364 char *port_names[2] = { "ethernet0", "ethernet1" }; in gemini_ethernet_port_probe() local 2498 port_names[port->id], in gemini_ethernet_port_probe()
|
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/ |
A D | chip.c | 7123 if (strcmp(pdata->cd.port_names[port], "cpu")) in mv88e6xxx_probe()
|
Completed in 81 milliseconds