Lines Matching refs:kind
485 int kind; member
527 for (s = script; s->kind != TX_ACK_TIME_OP_END; ++s) in test_tx_ack_time_script()
528 if (s->kind == TX_ACK_TIME_OP_PKT) in test_tx_ack_time_script()
542 for (s = script; s->kind != TX_ACK_TIME_OP_END; ++s) in test_tx_ack_time_script()
543 switch (s->kind) { in test_tx_ack_time_script()
626 int kind; member
932 for (s = script; s->kind != RX_OPK_END; ++s) in test_rx_ack_actual()
933 if (s->kind == RX_OPK_TX) in test_rx_ack_actual()
946 for (s = script; s->kind != RX_OPK_END; ++s, ++opn) { in test_rx_ack_actual()
949 switch (s->kind) { in test_rx_ack_actual()
976 (s->kind == RX_OPK_CHECK_PROC))) in test_rx_ack_actual()