Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 52) sorted by relevance

123

/drivers/net/can/
Dvcan.c68 static bool echo; /* echo testing. Default: 0 (Off) */ variable
69 module_param(echo, bool, 0444);
70 MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)");
104 if (!echo) { in vcan_tx()
167 if (echo) in vcan_setup()
185 if (echo) in vcan_init_module()
/drivers/net/wireless/marvell/libertas/
DREADME77 echo "0xa123" > rdmac ; cat rdmac
78 echo "0xa123" > rdbbp ; cat rdbbp
79 echo "0xa123" > rdrf ; cat rdrf
90 echo "0xa123 0xaa" > wrmac
91 echo "0xa123 0xaa" > wrbbp
92 echo "0xa123 0xaa" > wrrf
102 echo "p1 p2 p3 p4 p5 p6" > sleepparams: writes the sleepclock configuration.
126 echo "60 2 1" > event
169 Usage: echo "SSID" > extscan
172 echo "LINKSYS-AP" > extscan
[all …]
/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c149 le16_to_cpu(p_ent->elem.hdr.echo)); in qed_spq_block()
238 u16 echo = qed_chain_get_prod_idx(p_chain); in qed_spq_hw_post() local
241 p_ent->elem.hdr.echo = cpu_to_le16(echo); in qed_spq_hw_post()
293 return cb(p_hwfn, p_eqe->opcode, p_eqe->echo, in qed_async_event_completion()
370 le16_to_cpu(p_eqe->echo), in qed_eq_completion()
378 p_eqe->echo, in qed_eq_completion()
463 return qed_spq_completion(p_hwfn, cqe->echo, 0, NULL); in qed_cqe_completion()
815 static void qed_spq_comp_bmap_update(struct qed_hwfn *p_hwfn, __le16 echo) in qed_spq_comp_bmap_update() argument
817 u16 pos = le16_to_cpu(echo) % SPQ_RING_SIZE; in qed_spq_comp_bmap_update()
921 qed_spq_comp_bmap_update(p_hwfn, p_ent->elem.hdr.echo); in qed_spq_post()
[all …]
Dqed_sp.h158 __le16 echo, union event_ring_data *data,
329 __le16 echo,
Dqed_sriov.h339 int qed_sriov_eqe_event(struct qed_hwfn *p_hwfn, u8 opcode, __le16 echo,
489 __le16 echo, union event_ring_data *data, in qed_sriov_eqe_event() argument
/drivers/net/wireless/marvell/mwifiex/
DREADME171 echo " <type> <offset> [value]" > regrdwr
180 echo "1 0xa060" > regrdwr : Read the MAC register
181 echo "1 0xa060 0x12" > regrdwr : Write the MAC register
182 echo "1 0xa794 0x80000000" > regrdwr
190 echo r <address> 0 > /sys/kernel/debug/mwifiex/mlan0/memrw
193 echo w <address> [value] > /sys/kernel/debug/mwifiex/mlan0/memrw
200 echo r 0x4cf70 0 > /sys/kernel/debug/mwifiex/mlan0/memrw
204 echo w 0x8000a000 0xc0000000 > /sys/kernel/debug/mwifiex/mlan0/memrw
211 echo "<offset> <length>" > rdeeprom
219 echo "0 20" > rdeeprom : Read 20 bytes of EEPROM data from offset 0
[all …]
/drivers/mfd/
Ddln2.c27 __le16 echo; member
218 static void dln2_run_event_callbacks(struct dln2_dev *dln2, u16 id, u16 echo, in dln2_run_event_callbacks() argument
227 i->callback(i->pdev, echo, data, len); in dln2_run_event_callbacks()
240 u16 id, echo, handle, size; in dln2_rx() local
268 echo = le16_to_cpu(hdr->echo); in dln2_rx()
273 handle, id, echo, size, urb->actual_length); in dln2_rx()
289 dln2_run_event_callbacks(dln2, id, echo, data, len); in dln2_rx()
293 if (dln2_transfer_complete(dln2, urb, handle, echo)) in dln2_rx()
303 static void *dln2_prep_buf(u16 handle, u16 cmd, u16 echo, const void *obuf, in dln2_prep_buf() argument
318 hdr->echo = cpu_to_le16(echo); in dln2_prep_buf()
[all …]
/drivers/media/rc/
Dir-sharp-decoder.c43 u32 msg, echo, address, command, scancode; in ir_sharp_decode() local
144 echo = data->bits & 0x7fff; in ir_sharp_decode()
145 if ((msg ^ echo) != 0x3ff) { in ir_sharp_decode()
148 msg, echo); in ir_sharp_decode()
/drivers/isdn/mISDN/
Ddsp_cmx.c168 odsp->name, odsp->echo.hardware, odsp->echo.software, in dsp_cmx_debug()
416 if (!dsp->echo.software && !dsp->echo.hardware) { in dsp_cmx_hardware()
435 dsp->echo.software = dsp->tx_data; in dsp_cmx_hardware()
436 dsp->echo.hardware = 0; in dsp_cmx_hardware()
440 dsp->echo.hardware = 1; in dsp_cmx_hardware()
455 dsp->echo.hardware = 1; in dsp_cmx_hardware()
485 dsp->echo.software = 1; in dsp_cmx_hardware()
499 dsp->echo.hardware = 1; in dsp_cmx_hardware()
569 if (member->dsp->echo.hardware || member->dsp->echo.software) { in dsp_cmx_hardware()
1327 dsp->echo.hardware) && /* OR hardware echo */
[all …]
DKconfig22 echo cancellation, tone generation, and Blowfish encryption and
Ddsp_core.c205 else if (dsp->echo.software) in dsp_rx_off_member()
422 dsp->echo.software = 1; /* soft echo */ in dsp_control_req()
431 dsp->echo.software = 0; in dsp_control_req()
432 dsp->echo.hardware = 0; in dsp_control_req()
Ddsp.h176 struct dsp_echo echo; member
/drivers/misc/echo/
DKconfig5 This driver provides line echo cancelling support for mISDN and
9 will be called echo.
/drivers/pps/
Dkapi.c101 pps->info.echo == NULL) in pps_register_source()
102 pps->info.echo = pps_echo_client_default; in pps_register_source()
178 pps->info.echo(pps, event, data); in pps_event()
Dsysfs.c60 return sprintf(buf, "%d\n", !!pps->info.echo); in echo_show()
62 static DEVICE_ATTR_RO(echo);
/drivers/block/drbd/
DKconfig69 echo 16 > /sys/module/drbd/parameters/enable_faults
70 echo 1 > /sys/module/drbd/parameters/fault_devs
71 echo 5 > /sys/module/drbd/parameters/fault_rate
/drivers/net/
Dgtp.c352 int flags, u32 type, struct echo_info echo) in gtp_genl_fill_echo() argument
361 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) || in gtp_genl_fill_echo()
362 nla_put_be32(skb, GTPA_PEER_ADDRESS, echo.peer_addr_ip4.s_addr) || in gtp_genl_fill_echo()
363 nla_put_be32(skb, GTPA_MS_ADDRESS, echo.ms_addr_ip4.s_addr)) in gtp_genl_fill_echo()
377 struct echo_info echo; in gtp0_handle_echo_resp() local
388 echo.ms_addr_ip4.s_addr = iph->daddr; in gtp0_handle_echo_resp()
389 echo.peer_addr_ip4.s_addr = iph->saddr; in gtp0_handle_echo_resp()
390 echo.gtp_version = GTP_V0; in gtp0_handle_echo_resp()
396 ret = gtp_genl_fill_echo(msg, 0, 0, 0, GTP_CMD_ECHOREQ, echo); in gtp0_handle_echo_resp()
536 struct echo_info echo; in gtp1u_handle_echo_resp() local
[all …]
/drivers/net/wireless/ath/carl9170/
Dfwcmd.h233 struct carl9170_u32_list echo; member
321 struct carl9170_u32_list echo; member
/drivers/staging/vt6655/
Dtest8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir))
/drivers/net/wireless/intel/iwlegacy/
DKconfig82 To set a value, simply echo an 8-byte hex value to the same file:
84 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
/drivers/net/wireless/intel/iwlwifi/
DKconfig98 To set a value, simply echo an 8-byte hex value to the same file:
100 % echo 0x43fff > /sys/module/iwlwifi/parameters/debug
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_hsi.h3774 __le32 echo; member
3839 __le32 echo; member
4269 __le32 echo; member
4302 __le32 echo; member
4683 __le32 echo; member
4902 u8 echo; member
5219 __le32 echo; member
5263 u8 echo; member
5271 u8 echo; member
5442 u8 echo; member
/drivers/net/wireless/intel/ipw2x00/
DKconfig138 % echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface
189 % echo 0x00000FFO > /proc/net/ieee80211/debug_level
/drivers/staging/vc04_services/interface/
DTESTING58 Ping test - service:echo, iters:1, version 3
/drivers/pps/clients/
Dpps-gpio.c192 data->info.echo = pps_gpio_echo; in pps_gpio_probe()

123