Lines Matching defs:db_msg
1283 dbc_dbc_t db_msg = { 0 };
1291 db_msg.index = ((cons << DBC_DBC_INDEX_SFT) & DBC_DBC_INDEX_MASK);
1293 db_msg.type_path_xid = ((cpr->ring.phys_id << DBC_DBC_XID_SFT) &
1300 htole64(*(uint64_t *)&db_msg));
1309 dbc_dbc_t db_msg = { 0 };
1312 db_msg.index = ((cons << DBC_DBC_INDEX_SFT) & DBC_DBC_INDEX_MASK);
1314 db_msg.type_path_xid = ((cpr->ring.phys_id << DBC_DBC_XID_SFT) &
1321 htole64(*(uint64_t *)&db_msg));
1330 dbc_dbc_t db_msg = { 0 };
1333 db_msg.index = ((cons << DBC_DBC_INDEX_SFT) & DBC_DBC_INDEX_MASK);
1335 db_msg.type_path_xid = ((cpr->ring.phys_id << DBC_DBC_XID_SFT) &
1342 htole64(*(uint64_t *)&db_msg));