Home
last modified time | relevance | path

Searched refs:index (Results 11501 - 11525 of 11955) sorted by relevance

1...<<461462463464465466467468469470>>...479

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c231 * @vsi_id: vsi fw index
285 * @vsi_id: vsi fw index
302 * @vsi_id: vsi fw index
318 * @vsi_id: vsi fw index
360 * @vsi_id: vsi fw index
374 * @vsi_id: vsi fw index
394 * we can check that the table doesn't have a row missing, as the index into
791 * @queue: target PF queue index
1176 * @idx: index into GPIO registers
2467 * @statistic_index: index o
3817 i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index, struct i40e_asq_cmd_details *cmd_details) i40e_aq_del_udp_tunnel() argument
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents.c174 /* path points to leaf/index in inode body */ in ext4_ext_get_access()
201 /* path points to leaf/index in inode body */ in __ext4_ext_dirty()
246 /* it looks like index is empty; in ext4_ext_find_goal()
247 * try to find starting block from index itself */ in ext4_ext_find_goal()
407 * the number in the index block. in ext4_valid_extent_entries()
431 * the number in the parent index block. in ext4_valid_extent_entries()
440 /* Check for overlapping index extents */ in ext4_valid_extent_entries()
634 * the index block, go up in ext4_ext_precache()
718 ext_debug(inode, "%d: move %d:%llu in new index %llu\n", in ext4_ext_show_move()
747 * binary search for the closest index o
2372 int index; ext4_ext_index_trans_blocks() local
[all...]
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c57 __le16 client_idx[2]; // 0x0A: Free/use index into the client record arrays.
599 static inline void add_client(struct CLIENT_REC *ca, u16 index, __le16 *head) in add_client() argument
601 struct CLIENT_REC *cr = ca + index; in add_client()
607 ca[le16_to_cpu(*head)].prev_client = cpu_to_le16(index); in add_client()
609 *head = cpu_to_le16(index); in add_client()
763 * free_rsttbl_idx - Free a previously allocated index a Restart Table.
853 * Allocate an index from within a previously initialized Restart Table.
890 * Allocate a specific index from within a previously initialized Restart Table.
904 * the existing size and the desired index and adding 1 to that. in alloc_rsttbl_from_idx()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c4511 page->index = j; in smb3_init_transform_rq()
4599 unsigned long index; in cifs_copy_pages_to_iter() local
4601 xa_for_each(pages, index, page) { in cifs_copy_pages_to_iter()
4878 page->index = i; in receive_encrypted_read()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.c1319 * HCDs. Find the index for an endpoint given its descriptor. Use the return
1324 * For control endpoints, the IN index is used (OUT index is unused), so
1325 * index = (epnum * 2) + direction - 1 = (epnum * 2) + 1 - 1 = (epnum * 2)
1329 unsigned int index; in xhci_get_endpoint_index() local
1331 index = (unsigned int) (usb_endpoint_num(desc)*2); in xhci_get_endpoint_index()
1333 index = (unsigned int) (usb_endpoint_num(desc)*2) + in xhci_get_endpoint_index()
1335 return index; in xhci_get_endpoint_index()
1340 * address from the XHCI endpoint index.
1350 * endpoint index t
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1061 * @wb: wb index
1083 * @wb: wb index
3381 int index = 0; in amdgpu_device_get_job_timeout_settings() local
3407 index++; in amdgpu_device_get_job_timeout_settings()
3417 switch (index++) { in amdgpu_device_get_job_timeout_settings()
3438 if (index == 1) { in amdgpu_device_get_job_timeout_settings()
3700 /* doorbell bar mapping and doorbell index init*/ in amdgpu_device_init()
H A Dgfx_v9_0.c1030 unsigned index; in gfx_v9_0_ring_test_ib() local
1035 r = amdgpu_device_wb_get(adev, &index); in gfx_v9_0_ring_test_ib()
1039 gpu_addr = adev->wb.gpu_addr + (index * 4); in gfx_v9_0_ring_test_ib()
1040 adev->wb.wb[index] = cpu_to_le32(0xCAFEDEAD); in gfx_v9_0_ring_test_ib()
1066 tmp = adev->wb.wb[index]; in gfx_v9_0_ring_test_ib()
1076 amdgpu_device_wb_free(adev, index); in gfx_v9_0_ring_test_ib()
H A Dgfx_v8_0.c874 unsigned int index; in gfx_v8_0_ring_test_ib() local
879 r = amdgpu_device_wb_get(adev, &index); in gfx_v8_0_ring_test_ib()
883 gpu_addr = adev->wb.gpu_addr + (index * 4); in gfx_v8_0_ring_test_ib()
884 adev->wb.wb[index] = cpu_to_le32(0xCAFEDEAD); in gfx_v8_0_ring_test_ib()
910 tmp = adev->wb.wb[index]; in gfx_v8_0_ring_test_ib()
920 amdgpu_device_wb_free(adev, index); in gfx_v8_0_ring_test_ib()
H A Dgfx_v11_0.c367 unsigned index; in gfx_v11_0_ring_test_ib() local
393 r = amdgpu_device_wb_get(adev, &index); in gfx_v11_0_ring_test_ib()
397 gpu_addr = adev->wb.gpu_addr + (index * 4); in gfx_v11_0_ring_test_ib()
398 adev->wb.wb[index] = cpu_to_le32(0xCAFEDEAD); in gfx_v11_0_ring_test_ib()
399 cpu_ptr = &adev->wb.wb[index]; in gfx_v11_0_ring_test_ib()
437 amdgpu_device_wb_free(adev, index); in gfx_v11_0_ring_test_ib()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dni_mio_common.c4600 unsigned int index = chan / 3; in ni_m_series_set_pfi_routing() local
4601 unsigned short val = devpriv->pfi_output_select_reg[index]; in ni_m_series_set_pfi_routing()
4608 ni_writew(dev, val, NI_M_PFI_OUT_SEL_REG(index)); in ni_m_series_set_pfi_routing()
4609 devpriv->pfi_output_select_reg[index] = val; in ni_m_series_set_pfi_routing()
5373 * @i: index of mux to route
5425 * brd_index : index number of RTSI_BRD mux in get_rtsi_brd_src()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1267 unsigned int index = 0; in dpaa2_eth_build_gso_fd() local
1366 index++; in dpaa2_eth_build_gso_fd()
1369 *num_fds = index; in dpaa2_eth_build_gso_fd()
1389 for (i = 0; i < index; i++) in dpaa2_eth_build_gso_fd()
1475 * so we need to do a reverse mapping to the netdev tc index in __dpaa2_eth_tx()
3453 /* Find the index at which this BP is stored */ in dpaa2_eth_free_dpbp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c273 u16 index, u16 *pkey) in bnxt_re_query_pkey()
275 if (index > 0) in bnxt_re_query_pkey()
284 int index, union ib_gid *gid) in bnxt_re_query_gid()
292 &rdev->qplib_res.sgid_tbl, index, in bnxt_re_query_gid()
321 * ADD_GID call with a different GID value for the same index in bnxt_re_del_gid()
2432 /* change the wqe->wrid to table index */ in bnxt_re_build_qp1_shadow_qp_recv()
2980 * used for getting the NQ index. in bnxt_re_create_cq()
272 bnxt_re_query_pkey(struct ib_device *ibdev, u32 port_num, u16 index, u16 *pkey) bnxt_re_query_pkey() argument
283 bnxt_re_query_gid(struct ib_device *ibdev, u32 port_num, int index, union ib_gid *gid) bnxt_re_query_gid() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dverbs.c1130 * @index: index of pkey
1133 static int irdma_query_pkey(struct ib_device *ibdev, u32 port, u16 index, in irdma_query_pkey() argument
1136 if (index >= IRDMA_PKEY_TBL_SZ) in irdma_query_pkey()
2312 * @idx: index
3891 * @index: which hw counter the stack is requesting we update
3895 int index) in irdma_get_hw_stats()
3914 * @index: Entry index
3917 static int irdma_query_gid(struct ib_device *ibdev, u32 port, int index, in irdma_query_gid() argument
3893 irdma_get_hw_stats(struct ib_device *ibdev, struct rdma_hw_stats *stats, u32 port_num, int index) irdma_get_hw_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dfw.c862 u16 index; in rtw89_fw_prog_cnt_dump() local
869 for (index = 0; index < 15; index++) { in rtw89_fw_prog_cnt_dump()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H A Dverbs.c75 int qedr_query_pkey(struct ib_device *ibdev, u32 port, u16 index, u16 *pkey) in qedr_query_pkey() argument
77 if (index >= QEDR_ROCE_PKEY_TABLE_LEN) in qedr_query_pkey()
85 int index, union ib_gid *sgid) in qedr_iw_query_gid()
92 DP_DEBUG(dev, QEDR_MSG_INIT, "QUERY sgid[%d]=%llx:%llx\n", index, in qedr_iw_query_gid()
2571 "modify qp: problems with GID index %d (rc=%d)\n", in qedr_modify_qp()
3235 /* index only, 18 bit long, lkey = itid << 8 | key */ in qedr_get_dma_mr()
3893 /* SRQ producer is 8 bytes. Need to update SGE producer index in qedr_post_srq_recv()
84 qedr_iw_query_gid(struct ib_device *ibdev, u32 port, int index, union ib_gid *sgid) qedr_iw_query_gid() argument
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.h113 __u32 index:1; member
118 __u32 index; member
134 __u32 index:1; member
138 __u32 index; member
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm8001_hwi.c1292 /* Stores the new consumer index */ in pm8001_mpi_msg_free_get()
1316 * @q_index: the index in the inbound queue we want to transfer to HBA.
1388 /* Update the producer index from SPC */ in pm8001_mpi_msg_free_set()
1403 /* Update the producer index from SPC*/ in pm8001_mpi_msg_free_set()
1491 /* Update the producer index from SPC */ in pm8001_mpi_msg_consume()
3924 /* Update the producer index from SPC */ in process_oq()
4681 u32 index, work_offset, dw_length; in pm8001_get_gsm_dump() local
4708 for (index = 0; index < dw_length; index in pm8001_get_gsm_dump()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c556 /* the index of iopoll queues are bigger than interrupt queues' */
3621 static void debugfs_show_row_64_v3_hw(struct seq_file *s, int index, in debugfs_show_row_64_v3_hw() argument
3627 seq_printf(s, "index %04d:\n\t", index); in debugfs_show_row_64_v3_hw()
3637 static void debugfs_show_row_32_v3_hw(struct seq_file *s, int index, in debugfs_show_row_32_v3_hw() argument
3643 seq_printf(s, "index %04d:\n\t", index); in debugfs_show_row_32_v3_hw()
3728 * Data[1]: BIT0~15: Table index in debugfs_iost_cache_v3_hw_show()
3770 * Data[1]: BIT0~15: Table index in debugfs_itct_cache_v3_hw_show()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dcik.c1732 * @index: doorbell index
1735 * requested doorbell index (CIK).
1737 u32 cik_mm_rdoorbell(struct radeon_device *rdev, u32 index) in cik_mm_rdoorbell() argument
1739 if (index < rdev->doorbell.num_doorbells) { in cik_mm_rdoorbell()
1740 return readl(rdev->doorbell.ptr + index); in cik_mm_rdoorbell()
1742 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index); in cik_mm_rdoorbell()
1751 * @index: doorbell index
1755 * requested doorbell index (CI
1757 cik_mm_wdoorbell(struct radeon_device *rdev, u32 index, u32 v) cik_mm_wdoorbell() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dcik.c1723 * @index: doorbell index
1726 * requested doorbell index (CIK).
1728 u32 cik_mm_rdoorbell(struct radeon_device *rdev, u32 index) in cik_mm_rdoorbell() argument
1730 if (index < rdev->doorbell.num_doorbells) { in cik_mm_rdoorbell()
1731 return readl(rdev->doorbell.ptr + index); in cik_mm_rdoorbell()
1733 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index); in cik_mm_rdoorbell()
1742 * @index: doorbell index
1746 * requested doorbell index (CI
1748 cik_mm_wdoorbell(struct radeon_device *rdev, u32 index, u32 v) cik_mm_wdoorbell() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c1082 unsigned index; in gfx_v9_0_ring_test_ib() local
1087 r = amdgpu_device_wb_get(adev, &index); in gfx_v9_0_ring_test_ib()
1091 gpu_addr = adev->wb.gpu_addr + (index * 4); in gfx_v9_0_ring_test_ib()
1092 adev->wb.wb[index] = cpu_to_le32(0xCAFEDEAD); in gfx_v9_0_ring_test_ib()
1118 tmp = adev->wb.wb[index]; in gfx_v9_0_ring_test_ib()
1128 amdgpu_device_wb_free(adev, index); in gfx_v9_0_ring_test_ib()
H A Dgfx_v8_0.c879 unsigned int index; in gfx_v8_0_ring_test_ib() local
884 r = amdgpu_device_wb_get(adev, &index); in gfx_v8_0_ring_test_ib()
888 gpu_addr = adev->wb.gpu_addr + (index * 4); in gfx_v8_0_ring_test_ib()
889 adev->wb.wb[index] = cpu_to_le32(0xCAFEDEAD); in gfx_v8_0_ring_test_ib()
915 tmp = adev->wb.wb[index]; in gfx_v8_0_ring_test_ib()
925 amdgpu_device_wb_free(adev, index); in gfx_v8_0_ring_test_ib()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c896 /* For CQE compression on striding RQ, use stride index provided by in mlx5e_open_rq()
1261 MLX5_SET(wq, wq, uar_page, mdev->mlx5e_res.bfreg.index); in mlx5e_create_sq()
1645 MLX5_SET(cqc, cqc, uar_page, mdev->priv.uar->index); in mlx5e_create_cq()
1776 /* remove current rl index to free space to next ones */ in mlx5e_set_sq_maxrate()
1810 static int mlx5e_set_tx_maxrate(struct net_device *dev, int index, u32 rate) in mlx5e_set_tx_maxrate() argument
1814 struct mlx5e_txqsq *sq = priv->txq2sq[index]; in mlx5e_set_tx_maxrate()
1835 priv->tx_rates[index] = rate; in mlx5e_set_tx_maxrate()
2241 MLX5_SET(cqc, cqc, uar_page, priv->mdev->priv.uar->index); in mlx5e_build_common_cq_param()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c3261 " driver size %d index %d\n", buf[i], in brcms_b_coreinit()
3609 u8 phy_rate, index; in brcms_c_write_rate_shm() local
3622 * the index into the rate table. in brcms_c_write_rate_shm()
3626 index = phy_rate & 0xf; in brcms_c_write_rate_shm()
3637 brcms_b_write_shm(wlc->hw, (basic_table + index * 2), basic_ptr); in brcms_c_write_rate_shm()
5640 u8 phy_rate, index; in brcms_b_rate_shm_offset() local
5649 * the index into the rate table. in brcms_b_rate_shm_offset()
5652 index = phy_rate & 0xf; in brcms_b_rate_shm_offset()
5657 return 2 * brcms_b_read_shm(wlc_hw, table_ptr + (index * 2)); in brcms_b_rate_shm_offset()
7078 * For 5GHz, we should decrease the index a in prep_mac80211_status()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c350 blk_tags = instance->max_scsi_cmds + cmd->index; in megasas_return_cmd()
358 cmd->frame->io.context = cpu_to_le32(cmd->index); in megasas_return_cmd()
434 "evt_detail.args.ld.target_id/index %d/%d\n", in megasas_decode_evt()
1205 abort_fr->abort_context = cpu_to_le32(cmd_to_abort->index); in megasas_issue_blocked_abort_cmd()
4345 * By making cmd->index as the context instead of the &cmd, we can in megasas_create_frame_pool()
4368 cmd->frame->io.context = cpu_to_le32(cmd->index); in megasas_create_frame_pool()
4460 cmd->index = i; in megasas_alloc_cmds()
6134 /* Save 1-15 reply post index address to local memory in megasas_init_fw()
6233 * MSI-X host index 0 is common for all adapter. in megasas_init_fw()
8244 cmd->frame->hdr.context = cpu_to_le32(cmd->index); in megasas_mgmt_fw_ioctl()
[all...]

Completed in 173 milliseconds

1...<<461462463464465466467468469470>>...479