Searched refs:ctype_gen (Results 1 – 1 of 1) sorted by relevance
2330 u32 ctype_gen, id; in idpf_wait_for_sw_marker_completion() local2334 ctype_gen = le16_to_cpu(tx_desc->qid_comptype_gen); in idpf_wait_for_sw_marker_completion()2336 if (!!(ctype_gen & IDPF_TXD_COMPLQ_GEN_M) != gen_flag) { in idpf_wait_for_sw_marker_completion()2341 if (FIELD_GET(IDPF_TXD_COMPLQ_COMPL_TYPE_M, ctype_gen) != in idpf_wait_for_sw_marker_completion()2345 id = FIELD_GET(IDPF_TXD_COMPLQ_QID_M, ctype_gen); in idpf_wait_for_sw_marker_completion()