| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc.c | 250 *cam1 = entry->kw[0]; in npc_get_keyword() 255 *cam1 = entry->kw[1] & CAM_MASK(48); in npc_get_keyword() 262 *cam1 = (entry->kw[1] >> 48) & CAM_MASK(16); in npc_get_keyword() 263 *cam1 |= ((entry->kw[2] & CAM_MASK(48)) << 16); in npc_get_keyword() 271 *cam1 = (entry->kw[2] >> 48) & CAM_MASK(16); in npc_get_keyword() 272 *cam1 |= ((entry->kw[3] & CAM_MASK(32)) << 16); in npc_get_keyword() 280 *cam1 = (entry->kw[3] >> 32) & CAM_MASK(32); in npc_get_keyword() 281 *cam1 |= ((entry->kw[4] & CAM_MASK(32)) << 32); in npc_get_keyword() 289 *cam1 = (entry->kw[4] >> 32) & CAM_MASK(32); in npc_get_keyword() 290 *cam1 |= ((entry->kw[5] & CAM_MASK(16)) << 32); in npc_get_keyword() [all …]
|
| H A D | rvu_npc_fs.c | 778 dummy.kw[i] = kw1; in npc_update_entry() 791 dummy.kw[i + 1] = kw2; in npc_update_entry() 807 dummy.kw[i + 1] = kw2; in npc_update_entry() 808 dummy.kw[i + 2] = kw3; in npc_update_entry() 826 entry->kw[i] &= ~field->kw_mask[i]; in npc_update_entry() 829 entry->kw[i] |= dummy.kw[i]; in npc_update_entry() 1348 rule->chan = write_req.entry_data.kw[0] & NPC_KEX_CHAN_MASK; in npc_install_flow()
|
| /linux/drivers/pci/ |
| H A D | vpd.c | 401 unsigned int len, const char *kw) in pci_vpd_find_info_keyword() argument 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() argument 503 infokw_start = pci_vpd_find_info_keyword(buf, ro_start, ro_len, kw); in pci_vpd_find_ro_info_keyword()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mae.c | 1929 static int efx_mae_populate_ct_key(struct efx_nic *efx, __le32 *key, size_t kw, in efx_mae_populate_ct_key() argument 1966 size_t inlen, kw, rw; in efx_mae_insert_ct() local 1975 kw = DIV_ROUND_UP(efx->tc->meta_ct.desc.key_width, 32); in efx_mae_insert_ct() 1978 inlen = MC_CMD_TABLE_INSERT_IN_LEN(kw + rw); in efx_mae_insert_ct() 1985 key = kcalloc(kw, sizeof(__le32), GFP_KERNEL); in efx_mae_insert_ct() 1992 rc = efx_mae_populate_ct_key(efx, key, kw, conn); in efx_mae_insert_ct() 2020 memcpy(MCDI_PTR(inbuf, TABLE_INSERT_IN_DATA), key, kw * sizeof(__le32)); in efx_mae_insert_ct() 2021 memcpy(MCDI_PTR(inbuf, TABLE_INSERT_IN_DATA) + kw * sizeof(__le32), in efx_mae_insert_ct() 2039 size_t inlen, kw; in efx_mae_remove_ct() local 2047 kw = DIV_ROUND_UP(efx->tc->meta_ct.desc.key_width, 32); in efx_mae_remove_ct() [all …]
|
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 602 for kw in keywords: 603 py = re.sub(rf'Event\(r"{kw}"\)', kw, py)
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 566 trans_pcie->kw.dma >> 4); in iwl_trans_pcie_tx_reset() 668 iwl_pcie_free_dma_ptr(trans, &trans_pcie->kw); in iwl_pcie_tx_free() 834 ret = iwl_pcie_alloc_dma_ptr(trans, &trans_pcie->kw, IWL_KW_SIZE); in iwl_pcie_tx_alloc() 962 trans_pcie->kw.dma >> 4); in iwl_pcie_tx_init()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 1956 il4965_free_dma_ptr(il, &il->kw); in il4965_hw_txq_ctx_free() 1985 ret = il4965_alloc_dma_ptr(il, &il->kw, IL_KW_SIZE); in il4965_txq_ctx_alloc() 2002 il_wr(il, FH49_KW_MEM_ADDR_REG, il->kw.dma >> 4); in il4965_txq_ctx_alloc() 2019 il4965_free_dma_ptr(il, &il->kw); in il4965_txq_ctx_alloc() 2037 il_wr(il, FH49_KW_MEM_ADDR_REG, il->kw.dma >> 4); in il4965_txq_ctx_reset()
|
| H A D | common.h | 1268 struct il_dma_ptr kw; /* keep warm address */ member
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 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()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 251 kw = 'if' if first else 'else if' 2294 kw = 'if' if first else 'else if'
|
| /linux/include/linux/ |
| H A D | pci.h | 2699 const char *kw, unsigned int *size);
|
| /linux/ |
| H A D | .mailmap | 450 Krzysztof Wilczyński <kwilczynski@kernel.org> <kw@linux.com>
|