Home
last modified time | relevance | path

Searched refs:port_names (Results 1 – 9 of 9) 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.c41 static const char port_names[] = "0123456789ABCDEFGHJKLM"; variable
455 port_names[RZA2_PIN_ID_TO_PORT(grp->grp.pins[i])], in rza2_set_mux()
508 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.c6954 memcpy(desc->port_names.wwnn, &vport->fc_nodename, in lpfc_rdp_res_diag_port_names()
6955 sizeof(desc->port_names.wwnn)); in lpfc_rdp_res_diag_port_names()
6957 memcpy(desc->port_names.wwpn, &vport->fc_portname, in lpfc_rdp_res_diag_port_names()
6958 sizeof(desc->port_names.wwpn)); in lpfc_rdp_res_diag_port_names()
6960 desc->length = cpu_to_be32(sizeof(desc->port_names)); in lpfc_rdp_res_diag_port_names()
6971 memcpy(desc->port_names.wwnn, &vport->fabric_nodename, in lpfc_rdp_res_attach_port_names()
6972 sizeof(desc->port_names.wwnn)); in lpfc_rdp_res_attach_port_names()
6974 memcpy(desc->port_names.wwpn, &vport->fabric_portname, in lpfc_rdp_res_attach_port_names()
6975 sizeof(desc->port_names.wwpn)); in lpfc_rdp_res_attach_port_names()
6977 memcpy(desc->port_names.wwnn, &ndlp->nlp_nodename, in lpfc_rdp_res_attach_port_names()
[all …]
H A Dlpfc_hw.h1164 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/dsa/mv88e6xxx/
H A Dchip.c7266 if (strcmp(pdata->cd.port_names[port], "cpu")) in mv88e6xxx_probe()