Lines Matching defs:port
1457 "number of slots(%d), port(%d), flags(0x%04x), present(%d)\n",
1555 "%s :\texpander_handle(0x%04x), port(%d), enclosure_handle(0x%04x) start_phy(%02d), num_entries(%d)\n",
4217 * Issue port enable request asynchronously.
4228 ioc_err(mrioc, "%s :Issuing port enable failed\n", __func__);
4239 * Checks whether the port enable is completed or timedout or
4254 ioc_err(mrioc, "port enable failed due to fault or reset\n");
4264 ioc_err(mrioc, "port enable failed due to time out\n");
4279 "port enable failed with status=0x%04x\n",
4282 ioc_info(mrioc, "port enable is successfully completed\n");
5232 struct mpi3mr_hba_port *port, *hba_port_next;
5280 list_for_each_entry_safe(port, hba_port_next, &mrioc->hba_port_table_list, list) {
5282 "removing hba_port entry: %p port: %d from hba_port list\n",
5283 port, port->port_id);
5284 list_del(&port->list);
5285 kfree(port);