Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c958 uint32_t resp, resp_ex; in hdac_rirb_flush()
973 resp_ex = le32toh(rirb->response_ex); in hdac_rirb_flush()
974 cad = HDAC_RIRB_RESPONSE_EX_SDATA_IN(resp_ex); in hdac_rirb_flush()
975 if (resp_ex & HDAC_RIRB_RESPONSE_EX_UNSOLICITED) { in hdac_rirb_flush()
957 uint32_t resp, resp_ex; hdac_rirb_flush() local