Searched refs:close_path (Results 1 – 5 of 5) sorted by relevance
189 close_path(srv_path); in rtrs_srv_reg_mr_done()530 close_path(srv_path); in rtrs_srv_resp_rdma()717 close_path(srv_path); in rtrs_srv_info_rsp_done()945 close_path(srv_path); in rtrs_srv_info_req_done()1070 close_path(srv_path); in process_read()1122 close_path(srv_path); in process_write()1158 close_path(srv_path); in process_io_req()1175 close_path(srv_path); in rtrs_srv_inv_rkey_done()1966 close_path(srv_path); in rtrs_rdma_connect()2004 close_path(srv_path); in rtrs_srv_rdma_cm_handler()[all …]
134 void close_path(struct rtrs_srv_path *srv_path);
57 close_path(srv_path); in rtrs_srv_disconnect_store()
3128 goto close_path; in rtrs_clt_create_path_from_sysfs()3132 goto close_path; in rtrs_clt_create_path_from_sysfs()3136 close_path: in rtrs_clt_create_path_from_sysfs()
7403 bool close_path) in bnxt_hwrm_tx_ring_free() argument7411 cmpl_ring_id = close_path ? bnxt_cp_ring_for_tx(bp, txr) : in bnxt_hwrm_tx_ring_free()7420 bool close_path) in bnxt_hwrm_rx_ring_free() argument7432 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_ring_free()7440 bool close_path) in bnxt_hwrm_rx_agg_ring_free() argument7456 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_agg_ring_free()7489 static void bnxt_hwrm_ring_free(struct bnxt *bp, bool close_path) in bnxt_hwrm_ring_free() argument7498 bnxt_hwrm_tx_ring_free(bp, &bp->tx_ring[i], close_path); in bnxt_hwrm_ring_free()7502 bnxt_hwrm_rx_ring_free(bp, &bp->rx_ring[i], close_path); in bnxt_hwrm_ring_free()7503 bnxt_hwrm_rx_agg_ring_free(bp, &bp->rx_ring[i], close_path); in bnxt_hwrm_ring_free()[all …]