Lines Matching defs:conf
972 struct iwl_fw_dbg_conf_tlv *conf = (void *)tlv_data;
977 conf->id);
981 if (conf->id >= ARRAY_SIZE(drv->fw.dbg.conf_tlv)) {
984 conf->id);
988 if (pieces->dbg_conf_tlv[conf->id]) {
991 conf->id);
995 if (conf->usniffer)
999 conf->id);
1001 pieces->dbg_conf_tlv[conf->id] = conf;
1002 pieces->dbg_conf_tlv_len[conf->id] = tlv_len;