Searched defs:echo (Results 1 - 8 of 8) sorted by relevance

/drivers/net/can/
H A Dvcan.c62 * Enable the echo on driver level for testing the CAN core echo modes.
66 static bool echo; /* echo testing. Default: 0 (Off) */ variable
67 module_param(echo, bool, S_IRUGO);
68 MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)");
102 if (!echo) {
103 /* no echo handling available inside this driver */
108 * CAN core already did the echo for us
117 /* perform standard echo handlin
[all...]
/drivers/isdn/mISDN/
H A Ddsp.h156 * echo stuff *
160 int software; /* echo is generated by software */
161 int hardware; /* echo is generated by hardware */
174 struct dsp_echo echo; member in struct:dsp
/drivers/net/fddi/skfp/
H A Dsmt.c100 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed,
700 case SMT_ECF : /* echo frame */
982 * echo test
1529 * fill echo data
1531 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, argument
1537 SMTSETPARA(echo,SMT_P_ECHODATA) ;
1538 echo->para.p_len = len ;
1539 for (p = echo->ec_data ; len ; len--) {
/drivers/net/wireless/ath/carl9170/
H A Dfwcmd.h218 struct carl9170_u32_list echo; member in union:carl9170_cmd::__anon3123
305 struct carl9170_u32_list echo; member in union:carl9170_rsp::__anon3125
/drivers/scsi/fnic/
H A Dfcpio.h420 * sends a heartbeat echo request to the firmware
491 struct fcpio_echo echo; member in union:fcpio_host_req::__anon4193
/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c39 struct fc_echo_s *echo, u16 len);
500 struct fc_echo_s *echo, u16 rx_len)
519 * Copy the payload (if any) from the echo frame
527 sizeof(struct fc_echo_s), (echo + 1),
499 bfa_fcs_lport_echo(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, struct fc_echo_s *echo, u16 rx_len) argument
/drivers/net/wireless/
H A Dairo.c8105 * x 50us for echo .
8109 int echo; local
8131 /* Port is clear now write byte and wait for it to echo back */
8136 echo = IN4500(ai,SWS1);
8137 } while (dwelltime >= 0 && echo != byte);
8141 return (echo == byte) ? 0 : -EIO;
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h3428 __le32 echo; member in struct:client_update_ramrod_data
3488 __le32 echo; member in struct:eth_classify_header
3833 __le32 echo; member in struct:eth_rss_update_ramrod_data
3866 __le32 echo; member in struct:common_ramrod_eth_rx_cqe
4169 __le32 echo; member in struct:mac_configuration_hdr
4624 u32 echo; member in struct:eth_event_data

Completed in 776 milliseconds