Searched defs:search_limit (Results 1 - 2 of 2) sorted by last modified time

/drivers/w1/masters/
H A Dds2490.c707 * search_limit, that number of IDs will be returned. If there are
708 * more, search_limit IDs will be returned followed by a non-zero
716 int search_limit; local
738 search_limit = master->max_slave_count;
739 if (search_limit > 255)
740 search_limit = 0;
741 index = search_type | (search_limit << 8);
766 if (found <= search_limit)
770 if (found == search_limit)
780 if (found <= search_limit) {
[all...]
/drivers/net/ethernet/sfc/
H A Dfarch.c1870 unsigned search_limit[EFX_FARCH_FILTER_TYPE_COUNT]; member in struct:efx_farch_filter_table
1935 table->search_limit[EFX_FARCH_FILTER_TCP_FULL] +
1938 table->search_limit[EFX_FARCH_FILTER_TCP_WILD] +
1941 table->search_limit[EFX_FARCH_FILTER_UDP_FULL] +
1944 table->search_limit[EFX_FARCH_FILTER_UDP_WILD] +
1951 table->search_limit[EFX_FARCH_FILTER_MAC_FULL] +
1955 table->search_limit[EFX_FARCH_FILTER_MAC_WILD] +
2011 table->search_limit[EFX_FARCH_FILTER_MAC_FULL] +
2015 table->search_limit[EFX_FARCH_FILTER_MAC_WILD] +
2399 "%s: type %d search_limit
[all...]

Completed in 225 milliseconds