Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c66 #define DQ_RANGE_ALIGN (1 << DQ_RANGE_SHIFT) macro
467 p_conn->cid_count = ROUNDUP(cid_count, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count()
468 p_conn->cids_per_vf = ROUNDUP(vf_cid_cnt, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count()
474 u32 align = elems_per_page * DQ_RANGE_ALIGN; in ecore_cxt_set_proto_cid_count()