Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ena-com/ | |
ena_eth_com.c | 40 u16 expected_phase, head_masked; local in function:ena_com_get_next_rx_cdesc 44 expected_phase = io_cq->phase; 52 if (desc_phase != expected_phase) 595 u8 expected_phase, cdesc_phase; local in function:ena_com_tx_comp_req_id_get 600 expected_phase = io_cq->phase; 611 if (cdesc_phase != expected_phase) |
/src/sys/dev/ic/ | |
sunscpal.c | 1559 int expected_phase; local in function:sunscpal_data_xfer 1572 expected_phase = (xs->xs_control & XS_CTL_DATA_OUT) ? 1574 if (phase != expected_phase) { |
ncr5380sbc.c | 2058 int expected_phase; local in function:ncr5380_data_xfer 2071 expected_phase = (xs->xs_control & XS_CTL_DATA_OUT) ? 2073 if (phase != expected_phase) { |