Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1277 #define TRC_PORT_NONE 0xff macro
1341 tp.port = TRC_PORT_NONE; in mps_trc_write()
1402 if (!strncmp(word, "loopback", 8) && tp.port == TRC_PORT_NONE) { in mps_trc_write()
1408 if (!strncmp(word, "tx", 2) && tp.port == TRC_PORT_NONE) { in mps_trc_write()
1416 if (!strncmp(word, "rx", 2) && tp.port == TRC_PORT_NONE) { in mps_trc_write()
1485 if (tp.port == TRC_PORT_NONE) in mps_trc_write()