Searched refs:local (Results 1 - 25 of 406) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h14 | frame and any local variables needed by the FPSP package.
70 | restored from the "local variable" area and can be used as
79 .set LOCAL_SIZE,192 | bytes needed for local variables
H A Dres_func.S671 | local equates:
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-etsec1-0.dtsi45 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dpq3-etsec1-1.dtsi45 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dpq3-etsec1-2.dtsi45 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dpq3-etsec1-3.dtsi45 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dpq3-etsec2-0.dtsi52 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dpq3-etsec2-1.dtsi52 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dpq3-etsec2-2.dtsi51 local-mac-address = [ 00 00 00 00 00 00 ];
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S83 local: *; label
/linux-master/arch/sparc/vdso/
H A Dvdso.lds.S25 local: *; label
/linux-master/arch/sparc/vdso/vdso32/
H A Dvdso32.lds.S24 local: *; label
/linux-master/arch/x86/entry/vdso/
H A Dvdsox32.lds.S25 local: *; label
/linux-master/arch/x86/um/vdso/
H A Dvdso.lds.S8 * the DSO. We can define local symbols here called VDSO* to make their
29 local: *; label
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c253 struct tid_rdma_params *local = &priv->tid_rdma.local; local
259 tid_rdma_opfn_init(qp, local);
287 memset(local, 0, sizeof(*local));
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h19 u32 local; member in struct:sg_dma_descriptor
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h68 * is exited when either a connect with the local mailbox as the
71 * Open: In this state the mailbox is able to transfer data between the local
101 * Tail: Tail index for local FIFO
268 u16 local, remote; member in struct:fm10k_mbx_info
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c987 __le32 local; local
991 local = cpu_to_le32(v);
992 memcpy(ptr32, &local, (char *)buf + size - (char *)ptr32);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00lib.h134 * @local: frame is not from mac80211
137 struct ieee80211_sta *sta, bool local);
/linux-master/drivers/rapidio/
H A Drio.h18 extern u32 rio_mport_get_feature(struct rio_mport *mport, int local, u16 destid,
20 extern u32 rio_mport_get_physefb(struct rio_mport *port, int local,
22 extern u32 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid,
41 extern int rio_enable_rx_tx_port(struct rio_mport *port, int local, u16 destid,
/linux-master/drivers/scsi/isci/
H A Dport.h141 struct sci_port_end_point_properties local; member in struct:sci_port_properties
/linux-master/include/uapi/linux/
H A Datmsvc.h34 struct sockaddr_atmsvc local; /* local SVC address */ member in struct:atmsvc_msg
/linux-master/net/atm/
H A Daddr.c58 head = &dev->local;
64 if (head == &dev->local)
83 head = &dev->local;
98 if (head == &dev->local)
118 head = &dev->local;
124 if (head == &dev->local)
146 head = &dev->local;
/linux-master/net/mac80211/
H A Ddebugfs.h8 void debugfs_hw_add(struct ieee80211_local *local);
12 static inline void debugfs_hw_add(struct ieee80211_local *local) argument
/linux-master/net/mac802154/
H A Dmac_cmd.c61 struct ieee802154_local *local = sdata->local; local
79 if (local->hw.phy->flags & WPAN_PHY_FLAG_TXPOWER) {
80 ret = drv_set_tx_power(local, params->transmit_power);
85 if (local->hw.phy->flags & WPAN_PHY_FLAG_CCA_MODE) {
86 ret = drv_set_cca_mode(local, &params->cca);
91 if (local->hw.phy->flags & WPAN_PHY_FLAG_CCA_ED_LEVEL) {
92 ret = drv_set_cca_ed_level(local, params->cca_ed_level);

Completed in 312 milliseconds

1234567891011>>