Home | History | Annotate | Download | only in extensions

Lines Matching refs:spi

34 "[!] --spi spi			match SPI\n"
65 .name = "spi",
180 if (e->match.spi)
182 "policy match: double --spi option");
184 e->match.spi = 1;
185 e->invert.spi = invert;
186 e->spi = strtol(argv[optind-1], NULL, 0x10);
291 !(e->match.reqid || e->match.spi || e->match.saddr ||
348 if (e->match.spi) {
349 PRINT_INVERT(e->invert.spi);
350 printf("%sspi 0x%x ", prefix, e->spi);