Searched refs:p_ll2_connections (Results 1 – 1 of 1) sorted by relevance
2198 struct qed_ll2_info *p_ll2_connections; in qed_ll2_alloc() local2202 p_ll2_connections = kzalloc_objs(struct qed_ll2_info, in qed_ll2_alloc()2204 if (!p_ll2_connections) { in qed_ll2_alloc()2210 p_ll2_connections[i].my_id = i; in qed_ll2_alloc()2212 p_hwfn->p_ll2_info = p_ll2_connections; in qed_ll2_alloc()