Home
last modified time | relevance | path

Searched refs:index (Results 15001 - 15025 of 19230) sorted by relevance

1...<<601602603604605606607608609610>>...770

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c493 * @pidx: the adapter port index
1512 * @idx: where to store the index of each allocated filter
1518 * have at least @naddr entries, each of which will be set to the index of
1520 * could not be allocated for an address its index is set to 0xffff.
1572 u16 index = FW_VI_MAC_CMD_IDX_G( in t4vf_alloc_mac_filt() local
1577 (index >= max_naddr in t4vf_alloc_mac_filt()
1579 : index); in t4vf_alloc_mac_filt()
1580 if (index < max_naddr) in t4vf_alloc_mac_filt()
1655 u16 index = FW_VI_MAC_CMD_IDX_G( in t4vf_free_mac_filt() local
1658 if (index < max_nadd in t4vf_free_mac_filt()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c109 " index %d\n" in bnx2x_dp_stats()
114 bp->fw_stats_req->query[i].index, in bnx2x_dp_stats()
1475 /* For port query index is a DONT CARE */ in bnx2x_prep_fw_stats_req()
1476 cur_query_entry->index = BP_PORT(bp); in bnx2x_prep_fw_stats_req()
1489 /* For PF query index is a DONT CARE */ in bnx2x_prep_fw_stats_req()
1490 cur_query_entry->index = BP_PORT(bp); in bnx2x_prep_fw_stats_req()
1504 /* For FCoE query index is a DONT CARE */ in bnx2x_prep_fw_stats_req()
1505 cur_query_entry->index = BP_PORT(bp); in bnx2x_prep_fw_stats_req()
1517 /* first queue query index depends whether FCoE offloaded request will in bnx2x_prep_fw_stats_req()
1531 cur_query_entry->index in bnx2x_prep_fw_stats_req()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhal_btc.c1697 u8 index = 0; in rtl_8723e_c2h_command_handle() local
1724 for (index = 0; index < c2h_event.cmd_len; index++) in rtl_8723e_c2h_command_handle()
1725 ptmp_buf[index] = rtl_read_byte(rtlpriv, in rtl_8723e_c2h_command_handle()
1726 REG_C2HEVT_MSG_NORMAL + 2 + index); in rtl_8723e_c2h_command_handle()
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dtc35815.c176 #define CAM_Ena_Bit(index) (1 << (index))
961 /* BDID is index of FrFD.bd[] */ in tc35815_init_queues()
1862 static void tc35815_set_cam_entry(struct net_device *dev, int index, unsigned char *addr) in tc35815_set_cam_entry() argument
1867 int cam_index = index * 6; in tc35815_set_cam_entry()
1875 dev->name, index, addr); in tc35815_set_cam_entry()
1876 if (index & 1) { in tc35815_set_cam_entry()
/kernel/linux/linux-5.10/drivers/scsi/
H A D3w-9xxx.c1971 int index; in twa_string_lookup() local
1973 for (index = 0; ((code != table[index].code) && in twa_string_lookup()
1974 (table[index].text != (char *)0)); index++); in twa_string_lookup()
1975 return(table[index].text); in twa_string_lookup()
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c1340 static int nmk_dt_pin_config(int index, int val, unsigned long *config) in nmk_dt_pin_config() argument
1342 if (nmk_cfg_params[index].choice == NULL) in nmk_dt_pin_config()
1343 *config = nmk_cfg_params[index].config; in nmk_dt_pin_config()
1346 if (val < nmk_cfg_params[index].size) { in nmk_dt_pin_config()
1347 *config = nmk_cfg_params[index].config | in nmk_dt_pin_config()
1348 nmk_cfg_params[index].choice[val]; in nmk_dt_pin_config()
1581 "invalid pin offset %d in group %s at index %d\n", in nmk_pmx_set()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_fcbuild.c1064 u8 index; in fc_rftid_build() local
1074 index = FC_TYPE_FCP >> 5; in fc_rftid_build()
1076 rftid->fc4_type[index] = cpu_to_be32(type_value); in fc_rftid_build()
1296 u8 index; in fc_get_fc4type_bitmask() local
1304 index = fc4_type >> 5; in fc_get_fc4type_bitmask()
1306 ptr[index] = cpu_to_be32(type_value); in fc_get_fc4type_bitmask()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c1051 static inline int vchiq_get_user_ptr(void __user **buf, void __user *ubuf, int index) in vchiq_get_user_ptr() argument
1058 ret = get_user(ptr32, uptr + index); in vchiq_get_user_ptr()
1062 ret = get_user(ptr, uptr + index); in vchiq_get_user_ptr()
1078 int index) in vchiq_put_completion()
1089 if (copy_to_user(&buf32[index], &tmp, sizeof(tmp))) in vchiq_put_completion()
1092 if (copy_to_user(&buf[index], completion, sizeof(*completion))) in vchiq_put_completion()
1076 vchiq_put_completion(struct vchiq_completion_data __user *buf, struct vchiq_completion_data *completion, int index) vchiq_put_completion() argument
/kernel/linux/linux-5.10/net/sched/
H A Dcls_u32.c689 u32 index = htid | 0x800; in gen_new_kid() local
692 if (idr_alloc_u32(&ht->handle_idr, NULL, &index, max, GFP_KERNEL)) { in gen_new_kid()
693 index = htid + 1; in gen_new_kid()
694 if (idr_alloc_u32(&ht->handle_idr, NULL, &index, max, in gen_new_kid()
696 index = max; in gen_new_kid()
699 return index; in gen_new_kid()
/kernel/linux/linux-5.10/sound/pci/pcxhr/
H A Dpcxhr.c40 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ variable
45 module_param_array(index, int, NULL, 0444);
46 MODULE_PARM_DESC(index, "Index value for Digigram " DRIVER_NAME " soundcard");
1590 if (index[dev] < 0) in pcxhr_probe()
1591 idx = index[dev]; in pcxhr_probe()
1593 idx = index[dev] + i; in pcxhr_probe()
/kernel/linux/linux-5.10/sound/sparc/
H A Dcs4231.c41 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ variable
46 module_param_array(index, int, NULL, 0444);
47 MODULE_PARM_DESC(index, "Index value for Sun CS4231 soundcard.");
1469 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), .index = (xindex), \
1476 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), .index = (xindex), \
1559 err = snd_card_new(&op->dev, index[dev], id[dev], THIS_MODULE, in cs4231_attach_begin()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-core.c2067 template.index = 0; in snd_soc_cnew()
2667 "ASoC: Property '%s' index %d read error:%d\n", in snd_soc_of_parse_audio_simple_widgets()
2692 "ASoC: Property '%s' index %d read error:%d\n", in snd_soc_of_parse_audio_simple_widgets()
2816 "ASoC: Property '%s' index %d could not be read: %d\n", in snd_soc_of_parse_audio_routing()
2824 "ASoC: Property '%s' index %d could not be read: %d\n", in snd_soc_of_parse_audio_routing()
3105 int index; in snd_soc_of_put_dai_link_codecs() local
3107 for_each_link_codecs(dai_link, index, component) { in snd_soc_of_put_dai_link_codecs()
3137 int index, num_codecs, ret; in snd_soc_of_get_dai_link_codecs() local
3159 for_each_link_codecs(dai_link, index, component) { in snd_soc_of_get_dai_link_codecs()
3162 index, in snd_soc_of_get_dai_link_codecs()
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dglock.c2256 unsigned index = pos >> 3; in gfs2_sbstats_seq_show() local
2260 if (index == 0 && subindex != 0) in gfs2_sbstats_seq_show()
2263 seq_printf(seq, "%-10s %8s:", gfs2_gltype[index], in gfs2_sbstats_seq_show()
2264 (index == 0) ? "cpu": gfs2_stype[subindex]); in gfs2_sbstats_seq_show()
2269 if (index == 0) in gfs2_sbstats_seq_show()
2273 lkstats[index - 1].stats[subindex]); in gfs2_sbstats_seq_show()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c968 * Calculate start block index indicating the given node offset.
1062 static int ra_data_block(struct inode *inode, pgoff_t index) in ra_data_block() argument
1082 page = f2fs_grab_cache_page(mapping, index, true); in ra_data_block()
1086 if (f2fs_lookup_extent_cache(inode, index, &ei)) { in ra_data_block()
1087 dn.data_blkaddr = ei.blk + index - ei.fofs; in ra_data_block()
1097 err = f2fs_get_dnode_of_data(&dn, index, LOOKUP_NODE); in ra_data_block()
1306 if (page->index == 0) in move_data_block()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsysfs.c578 int index = btrfs_bg_flags_to_raid_index(to_raid_kobj(kobj)->flags); in raid_bytes_show() local
582 list_for_each_entry(block_group, &sinfo->block_groups[index], list) { in raid_bytes_show()
1117 const int index = btrfs_bg_flags_to_raid_index(cache->flags); in btrfs_sysfs_add_block_group_type() local
1143 * new index type while running (i.e. when restriping). The running in btrfs_sysfs_add_block_group_type()
1151 if (space_info->block_group_kobjs[index]) { in btrfs_sysfs_add_block_group_type()
1156 space_info->block_group_kobjs[index] = &rkobj->kobj; in btrfs_sysfs_add_block_group_type()
1165 space_info->block_group_kobjs[index] = NULL; in btrfs_sysfs_add_block_group_type()
/kernel/linux/linux-5.10/fs/ext2/
H A Dinode.c401 int index = 0; in ext2_alloc_blocks() local
424 while (index < indirect_blks && count) { in ext2_alloc_blocks()
425 new_blocks[index++] = current_block++; in ext2_alloc_blocks()
434 new_blocks[index] = current_block; in ext2_alloc_blocks()
441 for (i = 0; i <index; i++) in ext2_alloc_blocks()
443 if (index) in ext2_alloc_blocks()
/kernel/linux/linux-5.10/net/batman-adv/
H A Dbridge_loop_avoidance.c65 * Return: the hash index of the claim
83 * Return: the hash index of the backbone gateway
226 int index; in batadv_claim_hash_find() local
231 index = batadv_choose_claim(data, hash->size); in batadv_claim_hash_find()
232 head = &hash->table[index]; in batadv_claim_hash_find()
266 int index; in batadv_backbone_hash_find() local
274 index = batadv_choose_backbone_gw(&search_entry, hash->size); in batadv_backbone_hash_find()
275 head = &hash->table[index]; in batadv_backbone_hash_find()
2262 * @bucket: bucket index to dump
2500 * @bucket: bucket index t
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_gre.c112 u32 id, u32 index,
568 ntohl(md->u.index), truncate, true); in erspan_fb_xmit()
700 tunnel->index, in erspan_xmit()
1219 t->index = nla_get_u32(data[IFLA_GRE_ERSPAN_INDEX]); in erspan_netlink_parms()
1220 if (t->index & ~INDEX_MASK) in erspan_netlink_parms()
1551 if (nla_put_u32(skb, IFLA_GRE_ERSPAN_INDEX, t->index)) in erspan_fill_info()
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-wl1273.c1471 if (audio->index > 1) in wl1273_fm_vidioc_g_audio()
1487 if (audio->index != 0) in wl1273_fm_vidioc_s_audio()
1506 if (tuner->index > 0) in wl1273_fm_vidioc_g_tuner()
1568 dev_dbg(radio->dev, "tuner->index: %d\n", tuner->index); in wl1273_fm_vidioc_s_tuner()
1575 if (tuner->index > 0) in wl1273_fm_vidioc_s_tuner()
1728 if (modulator->index > 0) in wl1273_fm_vidioc_s_modulator()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c541 mlx4_dbg(dev, "QP event %02x(%02x) on EQ %d at index %u: could not get slave id (%d)\n", in mlx4_eq_int()
571 mlx4_warn(dev, "SRQ event %02x(%02x) on EQ %d at index %u: could not get slave id (%d)\n", in mlx4_eq_int()
695 mlx4_dbg(dev, "CQ event %02x(%02x) on EQ %d at index %u: could not get slave id (%d)\n", in mlx4_eq_int()
780 mlx4_warn(dev, "Unhandled event FATAL WARNING (%02x), subtype %02x on EQ %d at index %u. owner=%x, nent=0x%x, slave=%x, ownership=%s\n", in mlx4_eq_int()
805 "Unhandled recoverable error event detected: %02x(%02x) on EQ %d at index %u. owner=%x, nent=0x%x, ownership=%s\n", in mlx4_eq_int()
817 mlx4_warn(dev, "Unhandled event %02x(%02x) on EQ %d at index %u. owner=%x, nent=0x%x, slave=%x, ownership=%s\n", in mlx4_eq_int()
834 * entries, so we must update our consumer index at in mlx4_eq_int()
927 * we need to map, take the difference of highest index and in mlx4_num_eq_uar()
928 * the lowest index we'll use and add 1. in mlx4_num_eq_uar()
937 int index; in mlx4_get_eq_uar() local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c174 /* set index value */ in cx231xx_send_usb_command()
222 __u8 request, __u8 requesttype, __u16 value, __u16 index, in __usb_control_msg()
235 index & 0xff, index >> 8, in __usb_control_msg()
250 index, dev->urb_buf, size, timeout); in __usb_control_msg()
514 int cx231xx_set_alt_setting(struct cx231xx *dev, u8 index, u8 alt) in cx231xx_set_alt_setting() argument
520 switch (index) { in cx231xx_set_alt_setting()
1496 /* set index value */ in cx231xx_send_gpio_cmd()
221 __usb_control_msg(struct cx231xx *dev, unsigned int pipe, __u8 request, __u8 requesttype, __u16 value, __u16 index, void *data, __u16 size, int timeout) __usb_control_msg() argument
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-st.c481 static unsigned long st_pinconf_bit_to_delay(unsigned int index, in st_pinconf_bit_to_delay() argument
495 if (index < num_delay_times) { in st_pinconf_bit_to_delay()
496 return delay_times[index]; in st_pinconf_bit_to_delay()
1248 struct st_pinctrl *info, u32 index, int *grp_index) in st_pctl_parse_functions()
1255 func = &info->functions[index]; in st_pctl_parse_functions()
1279 index, func->name, func->ngroups); in st_pctl_parse_functions()
1247 st_pctl_parse_functions(struct device_node *np, struct st_pinctrl *info, u32 index, int *grp_index) st_pctl_parse_functions() argument
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-wl1273.c1471 if (audio->index > 1) in wl1273_fm_vidioc_g_audio()
1487 if (audio->index != 0) in wl1273_fm_vidioc_s_audio()
1506 if (tuner->index > 0) in wl1273_fm_vidioc_g_tuner()
1568 dev_dbg(radio->dev, "tuner->index: %d\n", tuner->index); in wl1273_fm_vidioc_s_tuner()
1575 if (tuner->index > 0) in wl1273_fm_vidioc_s_tuner()
1728 if (modulator->index > 0) in wl1273_fm_vidioc_s_modulator()
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c174 /* set index value */ in cx231xx_send_usb_command()
222 __u8 request, __u8 requesttype, __u16 value, __u16 index, in __usb_control_msg()
235 index & 0xff, index >> 8, in __usb_control_msg()
250 index, dev->urb_buf, size, timeout); in __usb_control_msg()
514 int cx231xx_set_alt_setting(struct cx231xx *dev, u8 index, u8 alt) in cx231xx_set_alt_setting() argument
520 switch (index) { in cx231xx_set_alt_setting()
1494 /* set index value */ in cx231xx_send_gpio_cmd()
221 __usb_control_msg(struct cx231xx *dev, unsigned int pipe, __u8 request, __u8 requesttype, __u16 value, __u16 index, void *data, __u16 size, int timeout) __usb_control_msg() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c109 " index %d\n" in bnx2x_dp_stats()
114 bp->fw_stats_req->query[i].index, in bnx2x_dp_stats()
1476 /* For port query index is a DONT CARE */ in bnx2x_prep_fw_stats_req()
1477 cur_query_entry->index = BP_PORT(bp); in bnx2x_prep_fw_stats_req()
1490 /* For PF query index is a DONT CARE */ in bnx2x_prep_fw_stats_req()
1491 cur_query_entry->index = BP_PORT(bp); in bnx2x_prep_fw_stats_req()
1505 /* For FCoE query index is a DONT CARE */ in bnx2x_prep_fw_stats_req()
1506 cur_query_entry->index = BP_PORT(bp); in bnx2x_prep_fw_stats_req()
1518 /* first queue query index depends whether FCoE offloaded request will in bnx2x_prep_fw_stats_req()
1532 cur_query_entry->index in bnx2x_prep_fw_stats_req()
[all...]

Completed in 67 milliseconds

1...<<601602603604605606607608609610>>...770