| /linux/include/linux/ |
| H A D | kthread.h | 254 struct kthread_worker *kw; in kthread_run_worker_on_cpu() local 256 kw = kthread_create_worker_on_cpu(cpu, flags, namefmt); in kthread_run_worker_on_cpu() 257 if (!IS_ERR(kw)) in kthread_run_worker_on_cpu() 258 wake_up_process(kw->task); in kthread_run_worker_on_cpu() 260 return kw; in kthread_run_worker_on_cpu()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc.c | 323 *cam1 = entry->kw[0]; in npc_get_keyword() 328 *cam1 = entry->kw[1] & CAM_MASK(48); in npc_get_keyword() 335 *cam1 = (entry->kw[1] >> 48) & CAM_MASK(16); in npc_get_keyword() 336 *cam1 |= ((entry->kw[2] & CAM_MASK(48)) << 16); in npc_get_keyword() 344 *cam1 = (entry->kw[2] >> 48) & CAM_MASK(16); in npc_get_keyword() 345 *cam1 |= ((entry->kw[3] & CAM_MASK(32)) << 16); in npc_get_keyword() 353 *cam1 = (entry->kw[3] >> 32) & CAM_MASK(32); in npc_get_keyword() 354 *cam1 |= ((entry->kw[4] & CAM_MASK(32)) << 32); in npc_get_keyword() 362 *cam1 = (entry->kw[4] >> 32) & CAM_MASK(32); in npc_get_keyword() 363 *cam1 |= ((entry->kw[5] & CAM_MASK(16)) << 32); in npc_get_keyword() [all …]
|
| H A D | rvu_npc_fs.c | 910 u64 kw[NPC_KWS_IN_KEY_SZ_MAX] = { 0 }; in npc_update_entry() local 937 kw[i] = kw1; in npc_update_entry() 950 kw[i + 1] = kw2; in npc_update_entry() 966 kw[i + 1] = kw2; in npc_update_entry() 967 kw[i + 2] = kw3; in npc_update_entry() 983 val = mdata->kw; in npc_update_entry() 993 *val |= kw[i]; in npc_update_entry() 1309 mdata->kw = cn20k_entry->kw; in npc_populate_mcam_mdata() 1316 mdata->kw = entry->kw; in npc_populate_mcam_mdata() 1587 rule->chan = cn20k_wreq.entry_data.kw[0] & in npc_install_flow() [all …]
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.c | 927 *cam1 = entry->kw[idx]; in npc_cn20k_get_keyword() 958 int bank, u8 kw_type, int kw, in npc_cn20k_config_kw_x2() argument 1004 npc_cn20k_get_keyword(entry, kw, &cam0, &cam1); in npc_cn20k_config_kw_x2() 1012 npc_cn20k_get_keyword(entry, kw + 1, &cam0, &cam1); in npc_cn20k_config_kw_x2() 1020 npc_cn20k_get_keyword(entry, kw + 2, &cam0, &cam1); in npc_cn20k_config_kw_x2() 1028 npc_cn20k_get_keyword(entry, kw + 3, &cam0, &cam1); in npc_cn20k_config_kw_x2() 1042 int kw = 0, bank; in npc_cn20k_config_kw_x4() local 1044 for (bank = 0; bank < mcam->banks_per_entry; bank++, kw = kw + 4) in npc_cn20k_config_kw_x4() 1048 kw, req_kw_type); in npc_cn20k_config_kw_x4() 1059 int kw = 0; in npc_cn20k_config_mcam_entry() local [all …]
|
| H A D | npc.h | 196 u8 kw; member
|
| /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 | 1927 static int efx_mae_populate_ct_key(struct efx_nic *efx, __le32 *key, size_t kw, in efx_mae_populate_ct_key() argument 1964 size_t inlen, kw, rw; in efx_mae_insert_ct() local 1973 kw = DIV_ROUND_UP(efx->tc->meta_ct.desc.key_width, 32); in efx_mae_insert_ct() 1976 inlen = MC_CMD_TABLE_INSERT_IN_LEN(kw + rw); in efx_mae_insert_ct() 1983 key = kcalloc(kw, sizeof(__le32), GFP_KERNEL); in efx_mae_insert_ct() 1990 rc = efx_mae_populate_ct_key(efx, key, kw, conn); in efx_mae_insert_ct() 2018 memcpy(MCDI_PTR(inbuf, TABLE_INSERT_IN_DATA), key, kw * sizeof(__le32)); in efx_mae_insert_ct() 2019 memcpy(MCDI_PTR(inbuf, TABLE_INSERT_IN_DATA) + kw * sizeof(__le32), in efx_mae_insert_ct() 2037 size_t inlen, kw; in efx_mae_remove_ct() local 2045 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 | 767 for kw in keywords: 768 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() 831 ret = iwl_pcie_alloc_dma_ptr(trans, &trans_pcie->kw, IWL_KW_SIZE); in iwl_pcie_tx_alloc() 959 trans_pcie->kw.dma >> 4); in iwl_pcie_tx_init()
|
| /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 | 266 kw = 'if' if first else 'else if' 2316 kw = 'if' if first else 'else if'
|
| /linux/ |
| H A D | .mailmap | 482 Krzysztof Wilczyński <kwilczynski@kernel.org> <kw@linux.com>
|