Home
last modified time | relevance | path

Searched refs:kw (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c75 pf_func = (entry_data->kw[0] >> 32) & NPC_KEX_PF_FUNC_MASK; in npc_mcam_verify_pf_func()
270 *cam1 = entry->kw[0]; in npc_get_keyword()
275 *cam1 = entry->kw[1] & CAM_MASK(48); in npc_get_keyword()
282 *cam1 = (entry->kw[1] >> 48) & CAM_MASK(16); in npc_get_keyword()
283 *cam1 |= ((entry->kw[2] & CAM_MASK(48)) << 16); in npc_get_keyword()
291 *cam1 = (entry->kw[2] >> 48) & CAM_MASK(16); in npc_get_keyword()
292 *cam1 |= ((entry->kw[3] & CAM_MASK(32)) << 16); in npc_get_keyword()
300 *cam1 = (entry->kw[3] >> 32) & CAM_MASK(32); in npc_get_keyword()
301 *cam1 |= ((entry->kw[4] & CAM_MASK(32)) << 32); in npc_get_keyword()
309 *cam1 = (entry->kw[ in npc_get_keyword()
456 int kw = 0, actbank, actindex; npc_config_mcam_entry() local
531 int bank, kw = 0; npc_read_mcam_entry() local
[all...]
H A Drvu_npc_fs.c743 /* place key value in kw[x] */ in npc_update_entry()
747 dummy.kw[i] = kw1; in npc_update_entry()
754 /* place remaining bits of key value in kw[x + 1] */ in npc_update_entry()
760 dummy.kw[i + 1] = kw2; in npc_update_entry()
768 /* place remaining bits of key value in kw[x + 1], kw[x + 2] */ in npc_update_entry()
776 dummy.kw[i + 1] = kw2; in npc_update_entry()
777 dummy.kw[i + 2] = kw3; in npc_update_entry()
795 entry->kw[i] &= ~field->kw_mask[i]; in npc_update_entry()
798 entry->kw[ in npc_update_entry()
[all...]
H A Dmbox.h1344 u64 kw[NPC_MAX_KWS_IN_KEY]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c196 *cam1 = entry->kw[0]; in npc_get_keyword()
201 *cam1 = entry->kw[1] & CAM_MASK(48); in npc_get_keyword()
208 *cam1 = (entry->kw[1] >> 48) & CAM_MASK(16); in npc_get_keyword()
209 *cam1 |= ((entry->kw[2] & CAM_MASK(48)) << 16); in npc_get_keyword()
217 *cam1 = (entry->kw[2] >> 48) & CAM_MASK(16); in npc_get_keyword()
218 *cam1 |= ((entry->kw[3] & CAM_MASK(32)) << 16); in npc_get_keyword()
226 *cam1 = (entry->kw[3] >> 32) & CAM_MASK(32); in npc_get_keyword()
227 *cam1 |= ((entry->kw[4] & CAM_MASK(32)) << 32); in npc_get_keyword()
235 *cam1 = (entry->kw[4] >> 32) & CAM_MASK(32); in npc_get_keyword()
236 *cam1 |= ((entry->kw[ in npc_get_keyword()
265 int kw = 0, actbank, actindex; npc_config_mcam_entry() local
[all...]
H A Dmbox.h765 u64 kw[NPC_MAX_KWS_IN_KEY]; member
/kernel/linux/linux-6.6/drivers/pci/
H A Dvpd.c401 unsigned int len, const char *kw) in pci_vpd_find_info_keyword()
406 if (buf[i + 0] == kw[0] && in pci_vpd_find_info_keyword()
407 buf[i + 1] == kw[1]) in pci_vpd_find_info_keyword()
494 const char *kw, unsigned int *size) in pci_vpd_find_ro_info_keyword()
503 infokw_start = pci_vpd_find_info_keyword(buf, ro_start, ro_len, kw); in pci_vpd_find_ro_info_keyword()
400 pci_vpd_find_info_keyword(const u8 *buf, unsigned int off, unsigned int len, const char *kw) pci_vpd_find_info_keyword() argument
493 pci_vpd_find_ro_info_keyword(const void *buf, unsigned int len, const char *kw, unsigned int *size) pci_vpd_find_ro_info_keyword() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmae.c1880 static int efx_mae_populate_ct_key(struct efx_nic *efx, __le32 *key, size_t kw, in efx_mae_populate_ct_key() argument
1917 size_t inlen, kw, rw; in efx_mae_insert_ct() local
1926 kw = DIV_ROUND_UP(efx->tc->meta_ct.desc.key_width, 32); in efx_mae_insert_ct()
1929 inlen = MC_CMD_TABLE_INSERT_IN_LEN(kw + rw); in efx_mae_insert_ct()
1936 key = kcalloc(kw, sizeof(__le32), GFP_KERNEL); in efx_mae_insert_ct()
1943 rc = efx_mae_populate_ct_key(efx, key, kw, conn); in efx_mae_insert_ct()
1971 memcpy(MCDI_PTR(inbuf, TABLE_INSERT_IN_DATA), key, kw * sizeof(__le32)); in efx_mae_insert_ct()
1972 memcpy(MCDI_PTR(inbuf, TABLE_INSERT_IN_DATA) + kw * sizeof(__le32), in efx_mae_insert_ct()
1990 size_t inlen, kw; in efx_mae_remove_ct() local
1998 kw in efx_mae_remove_ct()
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dvpd.c503 unsigned int len, const char *kw) in pci_vpd_find_info_keyword()
508 if (buf[i + 0] == kw[0] && in pci_vpd_find_info_keyword()
509 buf[i + 1] == kw[1]) in pci_vpd_find_info_keyword()
502 pci_vpd_find_info_keyword(const u8 *buf, unsigned int off, unsigned int len, const char *kw) pci_vpd_find_info_keyword() argument
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dmetric.py563 for kw in keywords:
564 py = re.sub(rf'Event\(r"{kw}"\)', kw, py)
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c480 trans_pcie->kw.dma >> 4); in iwl_trans_pcie_tx_reset()
581 iwl_pcie_free_dma_ptr(trans, &trans_pcie->kw); in iwl_pcie_tx_free()
617 ret = iwl_pcie_alloc_dma_ptr(trans, &trans_pcie->kw, IWL_KW_SIZE); in iwl_pcie_tx_alloc()
682 trans_pcie->kw.dma >> 4); in iwl_pcie_tx_init()
H A Dinternal.h343 * @kw: keep warm address
415 struct iwl_dma_ptr kw; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c366 trans_pcie->kw.dma >> 4); in iwl_trans_pcie_tx_reset()
466 iwl_pcie_free_dma_ptr(trans, &trans_pcie->kw); in iwl_pcie_tx_free()
502 ret = iwl_pcie_alloc_dma_ptr(trans, &trans_pcie->kw, IWL_KW_SIZE); in iwl_pcie_tx_alloc()
567 trans_pcie->kw.dma >> 4); in iwl_pcie_tx_init()
H A Dinternal.h309 * @kw: keep warm address
383 struct iwl_dma_ptr kw; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c1954 il4965_free_dma_ptr(il, &il->kw); in il4965_hw_txq_ctx_free()
1983 ret = il4965_alloc_dma_ptr(il, &il->kw, IL_KW_SIZE); in il4965_txq_ctx_alloc()
2000 il_wr(il, FH49_KW_MEM_ADDR_REG, il->kw.dma >> 4); in il4965_txq_ctx_alloc()
2017 il4965_free_dma_ptr(il, &il->kw); in il4965_txq_ctx_alloc()
2035 il_wr(il, FH49_KW_MEM_ADDR_REG, il->kw.dma >> 4); in il4965_txq_ctx_reset()
H A Dcommon.h1256 struct il_dma_ptr kw; /* keep warm address */ member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c1953 il4965_free_dma_ptr(il, &il->kw); in il4965_hw_txq_ctx_free()
1982 ret = il4965_alloc_dma_ptr(il, &il->kw, IL_KW_SIZE); in il4965_txq_ctx_alloc()
1999 il_wr(il, FH49_KW_MEM_ADDR_REG, il->kw.dma >> 4); in il4965_txq_ctx_alloc()
2016 il4965_free_dma_ptr(il, &il->kw); in il4965_txq_ctx_alloc()
2034 il_wr(il, FH49_KW_MEM_ADDR_REG, il->kw.dma >> 4); in il4965_txq_ctx_reset()
H A Dcommon.h1256 struct il_dma_ptr kw; /* keep warm address */ member
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_hw.c255 * @kw: The keyword to search for
261 csio_hw_get_vpd_keyword_val(const struct t4_vpd_hdr *v, const char *kw) in csio_hw_get_vpd_keyword_val() argument
274 if (memcmp(buf + i , kw, 2) == 0) { in csio_hw_get_vpd_keyword_val()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_hw.c255 * @kw: The keyword to search for
261 csio_hw_get_vpd_keyword_val(const struct t4_vpd_hdr *v, const char *kw) in csio_hw_get_vpd_keyword_val() argument
274 if (memcmp(buf + i , kw, 2) == 0) { in csio_hw_get_vpd_keyword_val()
/kernel/linux/linux-5.10/include/linux/
H A Dpci.h2328 * @kw: The keyword to search for
2334 unsigned int len, const char *kw);
/kernel/linux/linux-6.6/include/linux/
H A Dpci.h2532 * @kw: The keyword to search for
2539 const char *kw, unsigned int *size);
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py166 kw = 'if' if first else 'else if'
167 ri.cw.block_start(line=f"{kw} (type == {self.enum_name})")

Completed in 75 milliseconds