Home
last modified time | relevance | path

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

/src/contrib/ofed/libmlx5/
H A Dverbs.c1250 struct mlx5_create_qp_resp_ex resp_ex; in create_qp() local
1276 memset(&resp_ex, 0, sizeof(resp_ex)); in create_qp()
1365 ret = mlx5_cmd_create_qp_ex(context, attr, &cmd, qp, &resp_ex); in create_qp()
1376 resp_ex.uuar_index : resp.uuar_index; in create_qp()
/src/sys/dev/sound/pci/hda/
H A Dhdac.c966 uint32_t resp, resp_ex; in hdac_rirb_flush() local
981 resp_ex = le32toh(rirb->response_ex); in hdac_rirb_flush()
982 cad = HDAC_RIRB_RESPONSE_EX_SDATA_IN(resp_ex); in hdac_rirb_flush()
983 if (resp_ex & HDAC_RIRB_RESPONSE_EX_UNSOLICITED) { in hdac_rirb_flush()