Searched refs:p_descq (Results 1 – 1 of 1) sorted by relevance
1181 struct qed_ll2_rx_packet *p_descq; in qed_ll2_acquire_connection_rx() local1198 p_descq = kzalloc_objs(struct qed_ll2_rx_packet, capacity); in qed_ll2_acquire_connection_rx()1199 if (!p_descq) { in qed_ll2_acquire_connection_rx()1204 p_ll2_info->rx_queue.descq_array = p_descq; in qed_ll2_acquire_connection_rx()1233 struct qed_ll2_tx_packet *p_descq; in qed_ll2_acquire_connection_tx() local1248 desc_size = struct_size(p_descq, bds_set, in qed_ll2_acquire_connection_tx()1251 p_descq = kcalloc(capacity, desc_size, GFP_KERNEL); in qed_ll2_acquire_connection_tx()1252 if (!p_descq) { in qed_ll2_acquire_connection_tx()1256 p_ll2_info->tx_queue.descq_mem = p_descq; in qed_ll2_acquire_connection_tx()