Lines Matching defs:dbg
1133 struct fw_debug_cmd *dbg = (struct fw_debug_cmd *)cmd;
1135 if ((FW_DEBUG_CMD_TYPE_G(ntohl(dbg->op_type))) == 1) {
1138 ntohs(dbg->u.prt.dprtstridx));
1140 ntohl(dbg->u.prt.dprtstrparam0));
1142 ntohl(dbg->u.prt.dprtstrparam1));
1144 ntohl(dbg->u.prt.dprtstrparam2));
1146 ntohl(dbg->u.prt.dprtstrparam3));
1150 dbg->u.assert.filename_0_7,
1151 ntohl(dbg->u.assert.line),
1152 ntohl(dbg->u.assert.x),
1153 ntohl(dbg->u.assert.y));