Home
last modified time | relevance | path

Searched refs:port_init (Results 1 – 5 of 5) 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.c695 .port_init.opcode = IONIC_CMD_PORT_IDENTIFY, in ionic_dev_cmd_port_identify()
696 .port_init.index = 0, in ionic_dev_cmd_port_identify()
705 .port_init.opcode = IONIC_CMD_PORT_INIT, in ionic_dev_cmd_port_init()
706 .port_init.index = 0, in ionic_dev_cmd_port_init()
707 .port_init.info_pa = cpu_to_le64(idev->port_info_pa), in ionic_dev_cmd_port_init()
/linux/drivers/net/ethernet/rocker/
H A Drocker.h98 int (*port_init)(struct rocker_port *rocker_port); member
H A Drocker_main.c1508 if (!wops->port_init) in rocker_world_port_init()
1510 return wops->port_init(rocker_port); in rocker_world_port_init()
H A Drocker_ofdpa.c2803 .port_init = ofdpa_port_init,