Home
last modified time | relevance | path

Searched refs:DQ_RANGE_ALIGN (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c32 #define DQ_RANGE_ALIGN BIT(DQ_RANGE_SHIFT) macro
315 p_conn->cid_count = roundup(cid_count, DQ_RANGE_ALIGN); in qed_cxt_set_proto_cid_count()
316 p_conn->cids_per_vf = roundup(vf_cid_cnt, DQ_RANGE_ALIGN); in qed_cxt_set_proto_cid_count()
322 u32 align = elems_per_page * DQ_RANGE_ALIGN; in qed_cxt_set_proto_cid_count()