Home
last modified time | relevance | path

Searched refs:port_names (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/dsa/
H A Ddsa_loop_bdinfo.c11 .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/include/linux/platform_data/
H A Ddsa.h40 char *port_names[DSA_MAX_PORTS]; member
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c40 static const char port_names[] = "0123456789ABCDEFGHJKLM"; variable
452 port_names[RZA2_PIN_ID_TO_PORT(grp->grp.pins[i])], in rza2_set_mux()
505 port_names[priv->desc.npins / RZA2_PINS_PER_PORT - 1]); in rza2_pinctrl_probe()
/linux/arch/alpha/kernel/
H A Derr_marvel.c149 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/drivers/scsi/lpfc/
H A Dlpfc_els.c7027 memcpy(desc->port_names.wwnn, &vport->fc_nodename, in lpfc_rdp_res_diag_port_names()
7028 sizeof(desc->port_names.wwnn)); in lpfc_rdp_res_diag_port_names()
7030 memcpy(desc->port_names.wwpn, &vport->fc_portname, in lpfc_rdp_res_diag_port_names()
7031 sizeof(desc->port_names.wwpn)); in lpfc_rdp_res_diag_port_names()
7033 desc->length = cpu_to_be32(sizeof(desc->port_names)); in lpfc_rdp_res_diag_port_names()
7044 memcpy(desc->port_names.wwnn, &vport->fabric_nodename, in lpfc_rdp_res_attach_port_names()
7045 sizeof(desc->port_names.wwnn)); in lpfc_rdp_res_attach_port_names()
7047 memcpy(desc->port_names.wwpn, &vport->fabric_portname, in lpfc_rdp_res_attach_port_names()
7048 sizeof(desc->port_names.wwpn)); in lpfc_rdp_res_attach_port_names()
7050 memcpy(desc->port_names.wwnn, &ndlp->nlp_nodename, in lpfc_rdp_res_attach_port_names()
[all …]
H A Dlpfc_hw.h1163 struct fc_rdp_port_name_info port_names; member
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h1264 u32 port_names; member
H A Dbe_cmds.c1502 phba->port_name = ioctl->p.resp.port_names >> in beiscsi_get_port_name()
/linux/drivers/net/ethernet/cortina/
H A Dgemini.c2397 char *port_names[2] = { "ethernet0", "ethernet1" }; in gemini_ethernet_port_probe() local
2532 port_names[port->id], in gemini_ethernet_port_probe()
/linux/net/dsa/
H A Ddsa.c1438 name = cd->port_names[i]; in dsa_switch_parse_ports()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c7208 if (strcmp(pdata->cd.port_names[port], "cpu")) in mv88e6xxx_probe()