Searched refs:local (Results 176 - 200 of 406) sorted by relevance

1234567891011>>

/linux-master/net/mac80211/
H A Ddebugfs_key.c333 if (!key->local->debugfs.keys)
340 key->local->debugfs.keys);
381 lockdep_assert_wiphy(sdata->local->hw.wiphy);
387 key = wiphy_dereference(sdata->local->hw.wiphy,
399 key = wiphy_dereference(sdata->local->hw.wiphy,
416 key = wiphy_dereference(sdata->local->hw.wiphy,
445 key = wiphy_dereference(sdata->local->hw.wiphy,
H A Dmesh.h140 * @MESH_FAST_TX_TYPE_LOCAL: tx from the local vif address as SA
141 * @MESH_FAST_TX_TYPE_PROXIED: local tx with a different SA (e.g. bridged)
274 void ieee80211s_update_metric(struct ieee80211_local *local,
328 u32 airtime_link_metric_get(struct ieee80211_local *local,
405 MESH_MAX_PLINKS - sdata->local->num_sta)) > 0;
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c148 * This function takes the local tail index and recomputes it for
164 * This function takes the local tail index and recomputes it for
180 * This function takes the local head index and recomputes it for
196 * This function takes the local head index and recomputes it for
557 * value inverts the local seed and the result in order to capture all
608 * fm10k_mbx_update_local_crc - Update the local CRC for outgoing data
615 * mbx->local.
624 /* update local CRC to include all of the pulled data */
625 mbx->local = fm10k_fifo_crc(&mbx->tx, head, len, mbx->local);
[all...]
/linux-master/drivers/rapidio/
H A Drio.c52 "Destination ID assignment to local RapidIO controllers");
68 * Reads the base/extended device id from the local device
680 * @local: physical address of memory region to be mapped
687 * This function will create the mapping from RIO space to local memory.
689 int rio_map_inb_region(struct rio_mport *mport, dma_addr_t local, argument
698 rc = mport->ops->map_inb(mport, local, rbase, size, rflags);
727 * @local: physical address of memory region mapped
731 * This function will create the mapping from RIO space to local memory.
734 u32 size, u32 rflags, dma_addr_t *local)
744 rflags, local);
733 rio_map_outb_region(struct rio_mport *mport, u16 destid, u64 rbase, u32 size, u32 rflags, dma_addr_t *local) argument
780 rio_mport_get_physefb(struct rio_mport *port, int local, u16 destid, u8 hopcount, u32 *rmap) argument
898 rio_enable_rx_tx_port(struct rio_mport *port, int local, u16 destid, u8 hopcount, u8 port_num) argument
1345 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, u8 hopcount, u32 from) argument
1383 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid, u8 hopcount, int ftr) argument
[all...]
/linux-master/drivers/infiniband/core/
H A Dmad.c600 struct ib_mad_local_private *local; local
674 local = kmalloc(sizeof *local, GFP_ATOMIC);
675 if (!local) {
679 local->mad_priv = NULL;
680 local->recv_mad_agent = NULL;
684 kfree(local);
708 local->mad_priv = mad_priv;
709 local->recv_mad_agent = mad_agent_priv;
712 * side of local completio
2496 struct ib_mad_local_private *local; local
[all...]
/linux-master/sound/isa/gus/
H A Dinterwave.c318 unsigned int local; local
324 for (local = idx << 22;
325 local < (idx << 22) + 0x400000;
326 local += 0x40000, d++) {
327 snd_gf1_poke(gus, local, d);
328 snd_gf1_poke(gus, local + 1, d + 1);
330 printk(KERN_DEBUG "d = 0x%x, local = 0x%x, "
331 "local + 1 = 0x%x, idx << 22 = 0x%x\n",
333 snd_gf1_peek(gus, local),
334 snd_gf1_peek(gus, local
[all...]
/linux-master/net/mptcp/
H A Dpm_netlink.c176 * Note: removal from the local address list during the msk life-cycle
397 struct mptcp_addr_info *local,
418 if (!mptcp_pm_addr_families_match(sk, local, &remote))
431 if (READ_ONCE(subflow->local_id) == local->id)
444 if (!mptcp_pm_addr_families_match(sk, local, &addrs[i]))
516 struct mptcp_pm_addr_entry *local; local
551 pr_debug("local %d:%d signal %d:%d subflows %d:%d\n",
558 local = select_signal_address(pernet, msk);
570 if (local) {
571 if (mptcp_pm_alloc_anno_list(msk, &local
396 fill_remote_addresses_vec(struct mptcp_sock *msk, struct mptcp_addr_info *local, bool fullmesh, struct mptcp_addr_info *addrs) argument
652 struct mptcp_addr_info local; local
744 struct mptcp_addr_info local, remote; local
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dev.c257 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local, argument
262 if (*local == new)
266 if (prio_is_valid(*local))
267 atomic_dec(&global->prios[*local]);
268 *local = new;
273 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local) argument
275 v4l2_prio_change(global, local, V4L2_PRIORITY_DEFAULT);
279 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local) argument
281 if (prio_is_valid(local))
282 atomic_dec(&global->prios[local]);
298 v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority local) argument
[all...]
/linux-master/drivers/media/mc/
H A Dmc-entity.c613 struct media_pad *local; local
627 /* Get the local pad and remote pad. */
629 local = link->source;
632 local = link->sink;
640 if (origin != local &&
642 local->index)) {
649 * Add the local pad of the link to the pipeline and push it to the
652 ret = media_pipeline_add_pad(pipe, walk, local);
680 local->entity->name);
682 media_entity_for_each_pad(origin->entity, local) {
[all...]
/linux-master/arch/mips/include/asm/
H A Dfpu_emulator.h19 #include <asm/local.h>
/linux-master/net/tipc/
H A Dbcast.h60 bool local; member in struct:tipc_nlist
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S109 local: *; label
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S107 local: *; label
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.h551 int xfs_attr_calc_size(struct xfs_da_args *args, int *local);
H A Dxfs_attr_leaf.h99 int xfs_attr_leaf_newentsize(struct xfs_da_args *args, int *local);
/linux-master/tools/testing/selftests/x86/
H A Dtest_vsyscall.c477 struct iovec local, remote; local
482 local.iov_base = buf;
483 local.iov_len = 4096;
486 ret = process_vm_readv(getpid(), &local, 1, &remote, 1, 0);
/linux-master/arch/m68k/include/asm/
H A Dcmpxchg.h80 #include <asm-generic/cmpxchg-local.h>
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h89 #include <asm-generic/cmpxchg-local.h>
/linux-master/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S132 local: *; label
H A Dvdso64.lds.S127 local: *; label
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S139 local: *; label
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S143 local: *; label
/linux-master/drivers/dma/
H A Ddmaengine.c174 count += per_cpu_ptr(chan->local, i)->memcpy_count;
196 count += per_cpu_ptr(chan->local, i)->bytes_transferred;
1044 chan->local = alloc_percpu(typeof(*chan->local));
1045 if (!chan->local)
1084 free_percpu(chan->local);
1085 chan->local = NULL;
1106 if (chan->local == NULL)
1118 free_percpu(chan->local);
1246 if (chan->local
[all...]
/linux-master/kernel/time/
H A Dtimer.c1302 * add_timer_local() - Start a timer on the local CPU
2044 * it in the local expiry value. The next global event is irrelevant in
2051 tevt->local = basem + (u64)(nextevt - basej) * TICK_NSEC;
2058 * as local timers will be handled by CPU itself. When not
2062 * * The local callers will ignore the tevt->global anyway, when
2066 tevt->global = tevt->local;
2073 * If the local queue expires first, then the global event can be
2080 tevt->local = basem + (u64)(nextevt_local - basej) * TICK_NSEC;
2093 * Stores the next pending local and global timer expiry values in the
2095 * field is set to KTIME_MAX. If local even
[all...]
/linux-master/include/net/
H A Dcipso_ipv4.h87 u32 *local; member in struct:cipso_v4_std_map_tbl::__anon2477
93 u32 *local; member in struct:cipso_v4_std_map_tbl::__anon2478

Completed in 248 milliseconds

1234567891011>>