Home
last modified time | relevance | path

Searched defs:table (Results 1951 - 1975 of 2979) sorted by relevance

1...<<71727374757677787980>>...120

/kernel/linux/linux-5.10/drivers/ide/
H A Dtx4939ide.c237 u32 *table = (u32 *)hwif->dmatable_cpu; in tx4939ide_build_dmatable() local
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcache.c49 u16 table[]; member
170 static bool is_gid_index_default(const struct ib_gid_table *table, in is_gid_index_default() argument
241 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_entry_locked() local
286 struct ib_gid_table *table = rdma_gid_table(device, port_num); free_gid_work() local
321 store_gid_entry(struct ib_gid_table *table, struct ib_gid_table_entry *entry) store_gid_entry() argument
382 del_gid(struct ib_device *ib_dev, u8 port, struct ib_gid_table *table, int ix) del_gid() argument
426 add_modify_gid(struct ib_gid_table *table, const struct ib_gid_attr *attr) add_modify_gid() argument
466 find_gid(struct ib_gid_table *table, const union ib_gid *gid, const struct ib_gid_attr *val, bool default_gid, unsigned long mask, int *pempty) find_gid() argument
550 struct ib_gid_table *table; __ib_cache_gid_add() local
605 struct ib_gid_table *table; _ib_cache_gid_del() local
644 struct ib_gid_table *table; ib_cache_gid_del_all_netdev_gids() local
690 struct ib_gid_table *table; rdma_find_gid_by_port() local
743 struct ib_gid_table *table; rdma_find_gid_by_filter() local
774 struct ib_gid_table *table = kzalloc(sizeof(*table), GFP_KERNEL); alloc_gid_table() local
794 release_gid_table(struct ib_device *device, struct ib_gid_table *table) release_gid_table() argument
821 cleanup_gid_table_port(struct ib_device *ib_dev, u8 port, struct ib_gid_table *table) cleanup_gid_table_port() argument
870 gid_table_reserve_default(struct ib_device *ib_dev, u8 port, struct ib_gid_table *table) gid_table_reserve_default() argument
897 struct ib_gid_table *table; _gid_table_setup_one() local
956 struct ib_gid_table *table; rdma_query_gid() local
1023 struct ib_gid_table *table; rdma_find_gid() local
1228 struct ib_gid_table *table; rdma_get_gid_attr() local
1266 struct ib_gid_table *table; rdma_query_gid_table() local
1366 struct ib_gid_table *table; rdma_read_gid_attr_ndev_rcu() local
1448 struct ib_gid_table *table; config_non_roce_gid_cache() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h111 u8 table; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c1091 struct in6_addr *table; in brcmf_inet6addr_changed() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c1618 struct iwl_error_event_table table; in iwl_dump_nic_error_log() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1784 liquidio_udp_tunnel_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) liquidio_udp_tunnel_set_port() argument
1794 liquidio_udp_tunnel_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) liquidio_udp_tunnel_unset_port() argument
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H A Dfplustm.h222 } table[FPMAX_MULTICAST] ; member
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dport.c76 struct isci_port *table; in sciport_to_dev() local
H A Dphy.c82 struct isci_phy *table = iphy - iphy->phy_index; in phy_to_host() local
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_exch.c222 static inline const char *fc_exch_name_lookup(unsigned int op, char **table, in fc_exch_name_lookup() argument
/kernel/linux/linux-5.10/drivers/phy/ti/
H A Dphy-j721e-wiz.c110 u32 *table; member
119 const struct clk_div_table *table; member
127 u32 table[4]; member
133 const struct clk_div_table *table; member
465 wiz_mux_clk_register(struct wiz *wiz, struct device_node *node, struct regmap_field *field, u32 *table) wiz_mux_clk_register() argument
560 wiz_div_clk_register(struct wiz *wiz, struct device_node *node, struct regmap_field *field, const struct clk_div_table *table) wiz_div_clk_register() argument
[all...]
/kernel/linux/linux-5.10/drivers/nvmem/
H A Dcore.c487 struct nvmem_cell_table *table; in nvmem_add_cells_from_table() local
1592 void nvmem_add_cell_table(struct nvmem_cell_table *table) in nvmem_add_cell_table() argument
1605 nvmem_del_cell_table(struct nvmem_cell_table *table) nvmem_del_cell_table() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1785 static int wl12xx_get_clock_idx(const struct wl12xx_clock *table, in wl12xx_get_clock_idx() argument
/kernel/linux/linux-5.10/drivers/thermal/
H A Drockchip_thermal.c125 struct chip_tsadc_table table; member
477 rk_tsadcv2_temp_to_code(const struct chip_tsadc_table *table, int temp) rk_tsadcv2_temp_to_code() argument
529 rk_tsadcv2_code_to_temp(const struct chip_tsadc_table *table, u32 code, int *temp) rk_tsadcv2_code_to_temp() argument
755 rk_tsadcv2_get_temp(const struct chip_tsadc_table *table, int chn, void __iomem *regs, int *temp) rk_tsadcv2_get_temp() argument
765 rk_tsadcv2_alarm_temp(const struct chip_tsadc_table *table, int chn, void __iomem *regs, int temp) rk_tsadcv2_alarm_temp() argument
799 rk_tsadcv2_tshut_temp(const struct chip_tsadc_table *table, int chn, void __iomem *regs, int temp) rk_tsadcv2_tshut_temp() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c663 static void vga_set_palette(struct vc_data *vc, const unsigned char *table) in vga_set_palette() argument
676 static void vgacon_set_palette(struct vc_data *vc, const unsigned char *table) in vgacon_set_palette() argument
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c555 sisusbcon_set_palette(struct vc_data *c, const unsigned char *table) in sisusbcon_set_palette() argument
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c740 struct bd_table *table; ep_dequeue() local
[all...]
/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_table.c102 int ovs_flow_tbl_count(const struct flow_table *table) in ovs_flow_tbl_count() argument
391 int ovs_flow_tbl_masks_cache_resize(struct flow_table *table, u32 size) in ovs_flow_tbl_masks_cache_resize() argument
413 int ovs_flow_tbl_init(struct flow_table *table) in ovs_flow_tbl_init() argument
461 table_instance_flow_free(struct flow_table *table, struct table_instance *ti, struct table_instance *ufid_ti, struct sw_flow *flow) table_instance_flow_free() argument
478 table_instance_flow_flush(struct flow_table *table, struct table_instance *ti, struct table_instance *ufid_ti) table_instance_flow_flush() argument
515 ovs_flow_tbl_destroy(struct flow_table *table) ovs_flow_tbl_destroy() argument
938 ovs_flow_tbl_num_masks(const struct flow_table *table) ovs_flow_tbl_num_masks() argument
944 ovs_flow_tbl_masks_cache_size(const struct flow_table *table) ovs_flow_tbl_masks_cache_size() argument
958 ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) ovs_flow_tbl_remove() argument
1037 flow_key_insert(struct flow_table *table, struct sw_flow *flow) flow_key_insert() argument
1061 flow_ufid_insert(struct flow_table *table, struct sw_flow *flow) flow_ufid_insert() argument
1083 ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, const struct sw_flow_mask *mask) ovs_flow_tbl_insert() argument
1107 ovs_flow_masks_rebalance(struct flow_table *table) ovs_flow_masks_rebalance() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dnet_namespace.h440 register_net_sysctl(struct net *net, const char *path, struct ctl_table *table) register_net_sysctl() argument
/kernel/linux/linux-5.10/sound/core/oss/
H A Dmixer_oss.c1283 static const struct snd_mixer_oss_assign_table table[] = { in snd_mixer_oss_build() local
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djevents.c271 static const char *field_to_perf(struct map *table, char *map, jsmntok_t *val) in field_to_perf() argument
[all...]
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c894 calc_parm_search(int msec, const short *table) in calc_parm_search() argument
1221 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, int preset, int bank, int def_preset, int def_bank, struct snd_sf_zone **table, int max_layers) snd_soundfont_search_zone() argument
1274 search_zones(struct snd_sf_list *sflist, int *notep, int vel, int preset, int bank, struct snd_sf_zone **table, int max_layers, int level) search_zones() argument
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dops_fstype.c365 char *proto, *table; in init_names() local
986 const char *table = sdp->sd_table_name; gfs2_lm_mount() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dhuf_decompress.c74 static DTableDesc HUF_getDTableDesc(const HUF_DTable *table) in HUF_getDTableDesc() argument
/kernel/linux/linux-5.10/lib/
H A Ddynamic_debug.c61 struct ddebug_table *table; member
[all...]

Completed in 40 milliseconds

1...<<71727374757677787980>>...120