Lines Matching refs:tx_qps
107 gsi->tx_qps = kcalloc(num_qps, sizeof(*gsi->tx_qps), GFP_KERNEL);
108 if (!gsi->tx_qps)
164 kfree(gsi->tx_qps);
186 if (!gsi->tx_qps[qp_index])
188 WARN_ON_ONCE(ib_destroy_qp(gsi->tx_qps[qp_index]));
189 gsi->tx_qps[qp_index] = NULL;
195 kfree(gsi->tx_qps);
287 qp = gsi->tx_qps[qp_index];
310 WARN_ON_ONCE(gsi->tx_qps[qp_index]);
311 gsi->tx_qps[qp_index] = qp;
426 return gsi->tx_qps[qp_index];