Searched refs:close_path (Results 1 – 5 of 5) sorted by relevance
187 close_path(srv_path); in rtrs_srv_reg_mr_done()441 void close_path(struct rtrs_srv_path *srv_path) in close_path() function522 close_path(srv_path); in rtrs_srv_resp_rdma()696 close_path(to_srv_path(c->path)); in rtrs_srv_hb_err_handler()731 close_path(srv_path); in rtrs_srv_info_rsp_done()965 close_path(srv_path); in rtrs_srv_info_req_done()1090 close_path(srv_path); in process_read()1142 close_path(srv_path); in process_write()1178 close_path(srv_path); in process_io_req()1195 close_path(srv_path); in rtrs_srv_inv_rkey_done()[all …]
135 void close_path(struct rtrs_srv_path *srv_path);
57 close_path(srv_path); in rtrs_srv_disconnect_store()
3157 goto close_path; in rtrs_clt_create_path_from_sysfs()3161 goto close_path; in rtrs_clt_create_path_from_sysfs()3165 close_path: in rtrs_clt_create_path_from_sysfs()
2053 bool close_path) in bnge_hwrm_rx_ring_free() argument2065 close_path ? cmpl_ring_id : in bnge_hwrm_rx_ring_free()2073 bool close_path) in bnge_hwrm_rx_agg_ring_free() argument2084 close_path ? cmpl_ring_id : in bnge_hwrm_rx_agg_ring_free()2092 bool close_path) in bnge_hwrm_tx_ring_free() argument2100 cmpl_ring_id = close_path ? bnge_cp_ring_for_tx(txr) : in bnge_hwrm_tx_ring_free()2121 static void bnge_hwrm_ring_free(struct bnge_net *bn, bool close_path) in bnge_hwrm_ring_free() argument2130 bnge_hwrm_tx_ring_free(bn, &bn->tx_ring[i], close_path); in bnge_hwrm_ring_free()2133 bnge_hwrm_rx_ring_free(bn, &bn->rx_ring[i], close_path); in bnge_hwrm_ring_free()2134 bnge_hwrm_rx_agg_ring_free(bn, &bn->rx_ring[i], close_path); in bnge_hwrm_ring_free()[all …]