Searched refs:port_init (Results 1 – 6 of 6) sorted by relevance
25 static void *port_init(char *str, int device, const struct chan_opts *opts) in port_init() function101 .init = port_init,
504 .port_init.opcode = IONIC_CMD_PORT_IDENTIFY, in ionic_dev_cmd_port_identify()505 .port_init.index = 0, in ionic_dev_cmd_port_identify()514 .port_init.opcode = IONIC_CMD_PORT_INIT, in ionic_dev_cmd_port_init()515 .port_init.index = 0, in ionic_dev_cmd_port_init()516 .port_init.info_pa = cpu_to_le64(idev->port_info_pa), in ionic_dev_cmd_port_init()
3021 struct ionic_port_init_cmd port_init; member3060 struct ionic_port_init_comp port_init; member
98 int (*port_init)(struct rocker_port *rocker_port); member
1509 if (!wops->port_init) in rocker_world_port_init()1511 return wops->port_init(rocker_port); in rocker_world_port_init()
2803 .port_init = ofdpa_port_init,