Home
last modified time | relevance | path

Searched refs:port_init (Results 1 – 6 of 6) sorted by relevance

/linux/arch/um/drivers/
H A Dport_user.c25 static void *port_init(char *str, int device, const struct chan_opts *opts) in port_init() function
101 .init = port_init,
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c387 .port_init.opcode = IONIC_CMD_PORT_IDENTIFY, in ionic_dev_cmd_port_identify()
388 .port_init.index = 0, in ionic_dev_cmd_port_identify()
397 .port_init.opcode = IONIC_CMD_PORT_INIT, in ionic_dev_cmd_port_init()
398 .port_init.index = 0, in ionic_dev_cmd_port_init()
399 .port_init.info_pa = cpu_to_le64(idev->port_info_pa), in ionic_dev_cmd_port_init()
H A Dionic_if.h2902 struct ionic_port_init_cmd port_init; member
2941 struct ionic_port_init_comp port_init; member
/linux/drivers/net/ethernet/rocker/
H A Drocker.h98 int (*port_init)(struct rocker_port *rocker_port); member
H A Drocker_main.c1509 if (!wops->port_init) in rocker_world_port_init()
1511 return wops->port_init(rocker_port); in rocker_world_port_init()
H A Drocker_ofdpa.c2803 .port_init = ofdpa_port_init,