Searched defs:table_id (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dfilter.c454 static inline u32 efx_filter_make_id(enum efx_filter_table_id table_id, argument
457 return (table_id == EFX_FILTER_TABLE_RX_MAC &&
460 (table_id + 1) << EFX_FILTER_INDEX_WIDTH | index;
598 enum efx_filter_table_id table_id; local
605 table_id = efx_filter_id_table_id(filter_id);
606 if ((unsigned int)table_id >= EFX_FILTER_TABLE_COUNT)
608 table = &state->table[table_id];
649 enum efx_filter_table_id table_id; local
656 table_id = efx_filter_id_table_id(filter_id);
657 if ((unsigned int)table_id >
683 efx_filter_table_clear(struct efx_nic *efx, enum efx_filter_table_id table_id, enum efx_filter_priority priority) argument
717 enum efx_filter_table_id table_id; local
745 enum efx_filter_table_id table_id; local
779 enum efx_filter_table_id table_id; local
806 unsigned table_id; local
862 enum efx_filter_table_id table_id; local
[all...]
/drivers/scsi/
H A D3w-9xxx.c502 param->table_id = cpu_to_le16(TW_TIMEKEEP_TABLE | 0x8000); /* Controller time keep table */
1057 static void *twa_get_param(TW_Device_Extension *tw_dev, int request_id, int table_id, int parameter_id, int parameter_size_bytes) argument
1077 param->table_id = cpu_to_le16(table_id | 0x8000);
H A D3w-sas.c467 param->table_id = cpu_to_le16(TW_TIMEKEEP_TABLE | 0x8000); /* Controller time keep table */
964 static void *twl_get_param(TW_Device_Extension *tw_dev, int request_id, int table_id, int parameter_id, int parameter_size_bytes) argument
984 param->table_id = cpu_to_le16(table_id | 0x8000);
H A D3w-sas.h334 unsigned short table_id; member in struct:__anon3931
H A D3w-xxxx.h333 unsigned short table_id; member in struct:TAG_TW_Ioctl
352 unsigned short table_id; member in struct:__anon3938
H A D3w-9xxx.h611 unsigned short table_id; member in struct:__anon3923
/drivers/net/wireless/iwlegacy/
H A Dcommands.h1783 u8 table_id; member in struct:il3945_rate_scaling_cmd

Completed in 159 milliseconds