Searched refs:close_path (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-srv.c | 187 close_path(srv_path); in rtrs_srv_reg_mr_done() 441 void close_path(struct rtrs_srv_path *srv_path) in close_path() function 522 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 …]
|
| H A D | rtrs-clt.c | 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()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_netdev.c | 2053 bool close_path) in bnge_hwrm_rx_ring_free() argument 2065 close_path ? cmpl_ring_id : in bnge_hwrm_rx_ring_free() 2073 bool close_path) in bnge_hwrm_rx_agg_ring_free() argument 2084 close_path ? cmpl_ring_id : in bnge_hwrm_rx_agg_ring_free() 2092 bool close_path) in bnge_hwrm_tx_ring_free() argument 2100 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() argument 2130 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 …]
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 7521 bool close_path) in bnxt_hwrm_tx_ring_free() argument 7529 cmpl_ring_id = close_path ? bnxt_cp_ring_for_tx(bp, txr) : in bnxt_hwrm_tx_ring_free() 7538 bool close_path) in bnxt_hwrm_rx_ring_free() argument 7550 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_ring_free() 7558 bool close_path) in bnxt_hwrm_rx_agg_ring_free() argument 7574 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_agg_ring_free() 7607 static void bnxt_hwrm_ring_free(struct bnxt *bp, bool close_path) in bnxt_hwrm_ring_free() argument 7616 bnxt_hwrm_tx_ring_free(bp, &bp->tx_ring[i], close_path); in bnxt_hwrm_ring_free() 7620 bnxt_hwrm_rx_ring_free(bp, &bp->rx_ring[i], close_path); in bnxt_hwrm_ring_free() 7621 bnxt_hwrm_rx_agg_ring_free(bp, &bp->rx_ring[i], close_path); in bnxt_hwrm_ring_free() [all …]
|