| /drivers/net/ethernet/8390/ |
| A D | lib8390.c | 666 struct e8390_pkt_hdr rx_frame; in ei_receive() local 699 ei_get_8390_hdr(dev, &rx_frame, this_frame); in ei_receive() 702 pkt_stat = rx_frame.status; in ei_receive() 709 if (rx_frame.next != next_frame && in ei_receive() 710 rx_frame.next != next_frame + 1 && in ei_receive() 711 rx_frame.next != next_frame - num_rx_pages && in ei_receive() 722 rx_frame.count, rx_frame.status, in ei_receive() 723 rx_frame.next); in ei_receive() 751 rx_frame.status, rx_frame.next, in ei_receive() 752 rx_frame.count); in ei_receive() [all …]
|
| A D | axnet_cs.c | 1345 struct e8390_pkt_hdr rx_frame; in ei_receive() local 1375 ei_get_8390_hdr(dev, &rx_frame, this_frame); in ei_receive() 1377 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive() 1378 pkt_stat = rx_frame.status; in ei_receive() 1386 rx_frame.count, rx_frame.status, in ei_receive() 1387 rx_frame.next); in ei_receive() 1408 ei_block_input(dev, pkt_len, skb, current_offset + sizeof(rx_frame)); in ei_receive() 1421 rx_frame.status, rx_frame.next, in ei_receive() 1422 rx_frame.count); in ei_receive() 1428 next_frame = rx_frame.next; in ei_receive()
|
| /drivers/net/wireless/ath/ |
| A D | hw.c | 168 common->cc_ani.rx_frame += rx; in ath_hw_cycle_counters_update() 173 common->cc_survey.rx_frame += rx; in ath_hw_cycle_counters_update() 183 listen_time = (cc->cycles - cc->rx_frame - cc->tx_frame) / in ath_hw_get_listen_time()
|
| A D | ath.h | 48 u32 rx_frame; member
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | 3945.h | 160 container_of(&x->u.rx_frame.stats, \ 163 x->u.rx_frame.stats.phy_count)) 167 #define IL_RX_STATS(x) (&x->u.rx_frame.stats)
|
| A D | commands.h | 3364 struct il3945_rx_frame rx_frame; member
|
| /drivers/scsi/fnic/ |
| A D | fnic_fdls.h | 375 void fnic_fdls_recv_frame(struct fnic_iport_s *iport, void *rx_frame, 406 void fnic_fdls_learn_fcoe_macs(struct fnic_iport_s *iport, void *rx_frame,
|
| A D | fnic_fcs.c | 119 void fnic_fdls_learn_fcoe_macs(struct fnic_iport_s *iport, void *rx_frame, in fnic_fdls_learn_fcoe_macs() argument 123 struct ethhdr *ethhdr = (struct ethhdr *) rx_frame; in fnic_fdls_learn_fcoe_macs()
|
| A D | fdls_disc.c | 80 void *rx_frame); 3451 struct fc_frame_header *fchdr, void *rx_frame) in fdls_process_flogi_rsp() argument 3521 fnic_fdls_learn_fcoe_macs(iport, rx_frame, fcid); in fdls_process_flogi_rsp() 3523 if (fnic_fdls_register_portid(iport, iport->fcid, rx_frame) != 0) { in fdls_process_flogi_rsp() 4944 void fnic_fdls_recv_frame(struct fnic_iport_s *iport, void *rx_frame, in fnic_fdls_recv_frame() argument 4953 fchdr = (struct fc_frame_header *) ((uint8_t *) rx_frame + fchdr_offset); in fnic_fdls_recv_frame() 4969 fdls_process_flogi_rsp(iport, fchdr, rx_frame); in fnic_fdls_recv_frame()
|
| /drivers/tty/serial/ |
| A D | sh-sci-common.h | 144 unsigned int rx_frame; member
|
| A D | sh-sci.c | 1801 s->rx_frame * HZ * s->rx_fifo_timeout, 1000000)); in sci_rx_interrupt() 2728 s->rx_frame = (10000 * bits) / (baud / 100); in sci_set_termios() 2730 s->rx_timeout = s->buf_len_rx * 2 * s->rx_frame; in sci_set_termios()
|
| /drivers/net/wireless/zydas/zd1211rw/ |
| A D | zd_chip.c | 1371 static inline u8 zd_rate_from_ofdm_plcp_header(const void *rx_frame) in zd_rate_from_ofdm_plcp_header() argument 1373 return ZD_OFDM | zd_ofdm_plcp_header_rate(rx_frame); in zd_rate_from_ofdm_plcp_header() 1384 u8 zd_rx_rate(const void *rx_frame, const struct rx_status *status) in zd_rx_rate() argument 1388 zd_rate = zd_rate_from_ofdm_plcp_header(rx_frame); in zd_rx_rate() 1390 switch (zd_cck_plcp_header_signal(rx_frame)) { in zd_rx_rate()
|
| A D | zd_chip.h | 935 u8 zd_rx_rate(const void *rx_frame, const struct rx_status *status);
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | link.c | 558 survey->time_rx += cc->rx_frame / div; in ath_update_survey_stats()
|
| A D | ar9003_phy.c | 2143 PCT(rx_busy), PCT(rx_frame), PCT(tx_frame)); in ar9003_hw_bb_watchdog_dbg_info()
|
| /drivers/net/wireless/ath/ath5k/ |
| A D | mac80211-ops.c | 664 ah->survey.time_rx += cc->rx_frame / div; in ath5k_get_survey()
|
| A D | debug.c | 717 CC_PRINT(as->last_cc, rx_frame)); in read_file_ani()
|
| /drivers/scsi/bfa/ |
| A D | bfa_fcs.h | 431 struct fchs_s *rx_frame, u32 len);
|