| /linux/drivers/net/fddi/skfp/ |
| H A D | hwmtm.c | 140 int frame_status); 142 int frame_status); 146 int frame_status); 1408 int frame_status) in hwm_rx_frag() argument 1413 NDD_TRACE("RHfB",virt,len,frame_status) ; in hwm_rx_frag() 1414 DB_RX(2, "hwm_rx_frag: len = %d, frame_status = %x", len, frame_status); in hwm_rx_frag() 1418 rbctrl = cpu_to_le32( (((__u32)frame_status & in hwm_rx_frag() 1420 (((u_long) frame_status & FIRST_FRAG) << 21) | in hwm_rx_frag() 1543 int frame_status) in hwm_tx_init() argument 1546 smc->os.hwm.tx_p = smc->hw.fp.tx[frame_status & QUEUE_A0] ; in hwm_tx_init() [all …]
|
| H A D | skfddi.c | 141 int len, int frame_status); 143 int frame_len, int frame_status); 146 int len, int frame_status); 1117 int frame_status; // HWM tx frame status. in send_queued_packets() local 1149 frame_status = hwm_tx_init(smc, fc, 1, skb->len, queue); in send_queued_packets() 1151 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets() 1154 if ((frame_status & RING_DOWN) != 0) { in send_queued_packets() 1157 } else if ((frame_status & OUT_OF_TXD) != 0) { in send_queued_packets() 1181 if (frame_status & LAN_TX) { in send_queued_packets() 1186 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF); in send_queued_packets() [all …]
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | codec_h264.c | 391 u32 frame_status = amvdec_read_dos(core, AV_SCRATCH_1 + i * 4); in codec_h264_frames_ready() local 392 u32 buffer_index = frame_status & BUF_IDX_MASK; in codec_h264_frames_ready() 393 u32 pic_struct = (frame_status >> PIC_STRUCT_BIT) & in codec_h264_frames_ready() 395 u32 offset = (frame_status >> OFFSET_BIT) & OFFSET_MASK; in codec_h264_frames_ready() 403 if (frame_status & ERROR_FLAG) in codec_h264_frames_ready()
|
| /linux/drivers/net/ethernet/packetengines/ |
| H A D | yellowfin.c | 1063 s16 frame_status; in yellowfin_rx() local 1077 frame_status = get_unaligned_le16(&(buf_addr[data_size - 2])); in yellowfin_rx() 1080 __func__, frame_status); in yellowfin_rx() 1091 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) { in yellowfin_rx() 1095 __func__, frame_status); in yellowfin_rx() 1097 if (frame_status & 0x0060) dev->stats.rx_length_errors++; in yellowfin_rx() 1098 if (frame_status & 0x0008) dev->stats.rx_frame_errors++; in yellowfin_rx() 1099 if (frame_status & 0x0010) dev->stats.rx_crc_errors++; in yellowfin_rx() 1100 if (frame_status < 0) dev->stats.rx_dropped++; in yellowfin_rx()
|
| H A D | hamachi.c | 1425 s32 frame_status; in hamachi_rx() local 1433 frame_status = get_unaligned_le32(&(buf_addr[data_size - 12])); in hamachi_rx() 1436 frame_status); in hamachi_rx() 1452 if (frame_status & 0x00380000) { in hamachi_rx() 1456 frame_status); in hamachi_rx() 1458 if (frame_status & 0x00600000) in hamachi_rx() 1460 if (frame_status & 0x00080000) in hamachi_rx() 1462 if (frame_status & 0x00100000) in hamachi_rx() 1464 if (frame_status < 0) in hamachi_rx() 1469 u16 pkt_len = (frame_status & 0x07ff) - 4; in hamachi_rx()
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 1333 u32 frame_status = le32_to_cpu(desc->status); in rx_poll() local 1339 if (!(frame_status & DescOwn)) in rx_poll() 1341 pkt_len = frame_status & 0x1fff; /* Chip omits the CRC. */ in rx_poll() 1344 frame_status); in rx_poll() 1345 if (frame_status & 0x001f4000) { in rx_poll() 1349 frame_status); in rx_poll() 1351 if (frame_status & 0x00100000) in rx_poll() 1353 if (frame_status & 0x00010000) in rx_poll() 1355 if (frame_status & 0x00060000) in rx_poll() 1357 if (frame_status & 0x00080000) in rx_poll() [all …]
|
| H A D | dl2k.c | 950 u64 frame_status; in receive_packet() local 958 frame_status = le64_to_cpu(desc->status); in receive_packet() 959 pkt_len = frame_status & 0xffff; in receive_packet() 963 if (frame_status & RFS_Errors) { in receive_packet() 965 if (frame_status & (RxRuntFrame | RxLengthError)) in receive_packet() 967 if (frame_status & RxFCSError) in receive_packet() 969 if (frame_status & RxAlignmentError && np->speed != 1000) in receive_packet() 971 if (frame_status & RxFIFOOverrun) in receive_packet() 1005 !(frame_status & (TCPError | UDPError | IPError))) { in receive_packet()
|
| /linux/drivers/net/ethernet/apple/ |
| H A D | mace.c | 885 unsigned frame_status; in mace_rxdma_intr() local 914 frame_status = (data[nb-3] << 8) + data[nb-4]; in mace_rxdma_intr() 915 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) { in mace_rxdma_intr() 917 if (frame_status & RS_OFLO) in mace_rxdma_intr() 919 if (frame_status & RS_FRAMERR) in mace_rxdma_intr() 921 if (frame_status & RS_FCSERR) in mace_rxdma_intr()
|
| /linux/drivers/net/ethernet/alacritech/ |
| H A D | slic.h | 453 __le32 frame_status; member 460 __le32 frame_status; member
|
| H A D | slicoss.c | 461 status = le32_to_cpu(info->frame_status); in slic_handle_frame_error() 499 status = le32_to_cpu(info->frame_status); in slic_handle_frame_error()
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.h | 106 u8 frame_status; member
|
| H A D | zd_mac.c | 1049 if (status->frame_status & ZD_RX_ERROR) { in zd_mac_rx() 1051 (status->frame_status & ZD_RX_CRC32_ERROR)) { in zd_mac_rx()
|
| H A D | zd_chip.c | 1387 if (status->frame_status & ZD_RX_OFDM) { in zd_rx_rate()
|
| /linux/drivers/usb/host/ |
| H A D | fhci-tds.c | 564 usb->actual_frame->frame_status = FRAME_TIMER_END_TRANSMISSION; in fhci_flush_actual_frame() 582 (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION)) && in fhci_tx_conf_interrupt()
|
| H A D | fhci.h | 420 u8 frame_status; /* flag that indicates to stop fill this frame */ member
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | tx.c | 923 struct agg_tx_status *frame_status = &tx_resp->status; in iwl_rx_reply_tx_agg() local 961 u16 fstatus = le16_to_cpu(frame_status[i].status); in iwl_rx_reply_tx_agg()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 2651 struct agg_tx_status *frame_status = tx_resp->u.agg_status; in il4965_tx_status_reply_tx() local 2668 status = le16_to_cpu(frame_status[0].status); in il4965_tx_status_reply_tx() 2694 status = le16_to_cpu(frame_status[i].status); in il4965_tx_status_reply_tx() 2695 seq = le16_to_cpu(frame_status[i].sequence); in il4965_tx_status_reply_tx()
|