Searched refs:flc (Results 1 – 13 of 13) sorted by relevance
| /linux/include/soc/fsl/ |
| H A D | dpaa2-fd.h | 36 * @simple.flc: flow context address 50 __le64 flc; 170 return (dma_addr_t)le64_to_cpu(fd->simple.flc); in dpaa2_fd_get_flc() 180 fd->simple.flc = cpu_to_le64(flc_addr); in dpaa2_fd_set_flc() 457 * @flc: flow context address 466 __le64 flc; 547 return (dma_addr_t)le64_to_cpu(fle->flc); in dpaa2_fl_get_flc() 558 fle->flc = cpu_to_le64(flc_addr); in dpaa2_fl_set_flc() 49 __le64 flc; global() member 465 __le64 flc; global() member
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-switch.h | 90 #define DPAA2_ETHSW_FLC_IF_ID(flc) (((flc) >> 32) & GENMASK(15, 0)) argument 91 #define DPAA2_ETHSW_FLC_IMPRECISE_IF_ID(flc) ((flc) & BIT_ULL(63)) argument
|
| H A D | dpni-cmd.h | 477 __le64 flc; member 498 __le64 flc; member 576 __le64 flc; member
|
| H A D | dpni.c | 1543 dpni_set_field(cmd_params->flags, STASH_CTRL, queue->flc.stash_control); in dpni_set_queue() 1546 cmd_params->flc = cpu_to_le64(queue->flc.value); in dpni_set_queue() 1601 queue->flc.stash_control = dpni_get_field(rsp_params->flags, in dpni_get_queue() 1605 queue->flc.value = le64_to_cpu(rsp_params->flc); in dpni_get_queue() 1900 cmd_params->flc = cpu_to_le64(action->flc); in dpni_add_fs_entry()
|
| H A D | dpni.h | 813 } flc; member 1018 u64 flc; member
|
| H A D | dpaa2-switch.c | 3131 u64 flc; in dpaa2_switch_rx() local 3138 flc = dpaa2_fd_get_flc(fd); in dpaa2_switch_rx() 3139 if_id = DPAA2_ETHSW_FLC_IF_ID(flc); in dpaa2_switch_rx() 3181 if (DPAA2_ETHSW_FLC_IMPRECISE_IF_ID(flc) && lag) in dpaa2_switch_rx()
|
| /linux/fs/dlm/ |
| H A D | plock.c | 28 struct file_lock flc; member 159 locks_init_lock(&op_data->flc); in dlm_posix_lock() 160 locks_copy_lock(&op_data->flc, fl); in dlm_posix_lock() 243 struct file_lock *flc; in dlm_plock_callback() local 251 flc = &op_data->flc; in dlm_plock_callback() 261 flc->c.flc_flags &= ~FL_SLEEP; in dlm_plock_callback() 262 if (posix_lock_file(file, flc, NULL)) { in dlm_plock_callback()
|
| /linux/tools/perf/util/ |
| H A D | auxtrace.h | 140 bool flc; member
|
| H A D | auxtrace.c | 1490 synth_opts->flc = true; in get_flag() 1725 synth_opts->flc = true; in itrace_do_parse_synth_opts()
|
| H A D | arm-spe.c | 1803 if (spe->synth_opts.flc) { in arm_spe_synth_events()
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 10473 struct file_lock_core *flc; in nfsd_recall_all_dir_delegs() local 10476 list_for_each_entry(flc, &ctx->flc_lease, flc_list) { in nfsd_recall_all_dir_delegs() 10477 struct file_lease *fl = container_of(flc, struct file_lease, c); in nfsd_recall_all_dir_delegs() 10492 struct file_lock_core *flc; in nfsd_handle_dir_event() local 10531 list_for_each_entry(flc, &ctx->flc_lease, flc_list) { in nfsd_handle_dir_event() 10532 struct file_lease *fl = container_of(flc, struct file_lease, c); in nfsd_handle_dir_event() 10533 struct nfs4_delegation *dp = flc->flc_owner; in nfsd_handle_dir_event()
|
| /linux/mm/ |
| H A D | slub.c | 3836 struct freelist_counters flc; in get_partial_node_bulk() local 3856 flc.counters = data_race(READ_ONCE(slab->counters)); in get_partial_node_bulk() 3857 slab_free = flc.objects - flc.inuse; in get_partial_node_bulk()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 4643 #define _tdma_set_flctrl(btc, flc) ({(btc)->dm.tdma.rxflctrl = flc; }) argument
|