Lines Matching defs:port_hdl
420 snprintf(name, sizeof(name), "nvmf_fc_conn_hash:%d-%d", fc_port->port_hdl, hwqp->hwqp_id);
428 snprintf(name, sizeof(name), "nvmf_fc_rpi_hash:%d-%d", fc_port->port_hdl, hwqp->hwqp_id);
535 hwqp->fc_port->port_hdl, hwqp->hwqp_id);
703 nport = nvmf_fc_nport_find(ctx->port_hdl, ctx->nport_hdl);
803 ctx->port_hdl = nport->fc_port->port_hdl;
936 nvmf_fc_port_lookup(uint8_t port_hdl)
941 if (fc_port->port_hdl == port_hdl) {
995 nvmf_fc_nport_find(uint8_t port_hdl, uint16_t nport_hdl)
999 fc_port = nvmf_fc_port_lookup(port_hdl);
1137 nvmf_ctrlr_is_on_nport(uint8_t port_hdl, uint16_t nport_hdl,
1147 fc_nport = nvmf_fc_nport_find(port_hdl, nport_hdl);
1156 ctrlr->cntlid, assoc, assoc->assoc_id, assoc->assoc_state, port_hdl,
2379 fc_port->port_hdl = args->port_handle;
2578 uint8_t port_hdl = nport->port_hdl;
2599 cb_data->port_handle = port_hdl;
2680 SPDK_ERRLOG("Port %d already in quiesced state.\n", fc_port->port_hdl);
2682 SPDK_DEBUGLOG(nvmf_fc_adm_api, "HW port %d quiesced.\n", fc_port->port_hdl);
2698 SPDK_DEBUGLOG(nvmf_fc_adm_api, "HW port %d quiesce done, rc = %d.\n", fc_port->port_hdl,
2745 SPDK_DEBUGLOG(nvmf_fc_adm_api, "HW port:%d is being quiesced.\n", fc_port->port_hdl);
2757 fc_port->port_hdl);
2770 fc_port->port_hdl);
2973 SPDK_ERRLOG("Hw port %d online failed. err = %d\n", fc_port->port_hdl, err);
3058 SPDK_ERRLOG("Hw port %d already offline. err = %d\n", fc_port->port_hdl, err);
3240 nport->port_hdl = args->port_handle;
3296 nport->port_hdl, nport->nport_hdl);
3314 nport->port_hdl, nport->nport_hdl);
3420 nvmf_fc_adm_delete_nport_cb(nport->port_hdl, SPDK_FC_NPORT_DELETE, cb_data, 0);
3437 it_del_args->port_handle = nport->port_hdl;