/drivers/net/fddi/skfp/ |
D | hwmtm.c | 148 int frame_status); 150 int frame_status); 154 int frame_status); 1416 int frame_status) in hwm_rx_frag() argument 1421 NDD_TRACE("RHfB",virt,len,frame_status) ; in hwm_rx_frag() 1422 DB_RX("hwm_rx_frag: len = %d, frame_status = %x\n",len,frame_status,2) ; in hwm_rx_frag() 1426 rbctrl = cpu_to_le32( (((__u32)frame_status & in hwm_rx_frag() 1428 (((u_long) frame_status & FIRST_FRAG) << 21) | in hwm_rx_frag() 1551 int frame_status) in hwm_tx_init() argument 1554 smc->os.hwm.tx_p = smc->hw.fp.tx[frame_status & QUEUE_A0] ; in hwm_tx_init() [all …]
|
D | skfddi.c | 142 int len, int frame_status); 144 int frame_len, int frame_status); 147 int len, int frame_status); 1114 int frame_status; // HWM tx frame status. in send_queued_packets() local 1146 frame_status = hwm_tx_init(smc, fc, 1, skb->len, queue); in send_queued_packets() 1148 if ((frame_status & (LOC_TX | LAN_TX)) == 0) { in send_queued_packets() 1151 if ((frame_status & RING_DOWN) != 0) { in send_queued_packets() 1154 } else if ((frame_status & OUT_OF_TXD) != 0) { in send_queued_packets() 1178 if (frame_status & LAN_TX) { in send_queued_packets() 1183 frame_status | FIRST_FRAG | LAST_FRAG | EN_IRQ_EOF); in send_queued_packets() [all …]
|
/drivers/usb/host/ |
D | fhci-sched.c | 147 usb->actual_frame->frame_status = FRAME_END_TRANSMISSION; in fhci_flush_all_transmissions() 207 if (usb->actual_frame->frame_status != FRAME_IS_PREPARED && in add_packet() 208 (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION || in add_packet() 321 usb->actual_frame->frame_status = in scan_ed_list() 351 usb->actual_frame->frame_status = FRAME_IS_PREPARED; in rotate_frames() 366 if (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION) in fhci_schedule_transactions() 370 if (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION) in fhci_schedule_transactions() 422 usb->actual_frame->frame_status = FRAME_IS_TRANSMITTED; in sof_interrupt() 518 if (usb->actual_frame->frame_status == FRAME_IS_TRANSMITTED) { in fhci_frame_limit_timer_irq() 519 usb->actual_frame->frame_status = FRAME_TIMER_END_TRANSMISSION; in fhci_frame_limit_timer_irq()
|
D | fhci-tds.c | 571 usb->actual_frame->frame_status = FRAME_TIMER_END_TRANSMISSION; in fhci_flush_actual_frame() 589 (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION)) && in fhci_tx_conf_interrupt()
|
D | fhci.h | 426 u8 frame_status; /* flag that indicates to stop fill this frame */ member
|
/drivers/net/ethernet/apple/ |
D | macmace.c | 644 unsigned int frame_status = mf->rcvsts; in mace_dma_rx_frame() local 646 if (frame_status & (RS_OFLO | RS_CLSN | RS_FRAMERR | RS_FCSERR)) { in mace_dma_rx_frame() 648 if (frame_status & RS_OFLO) { in mace_dma_rx_frame() 652 if (frame_status & RS_CLSN) in mace_dma_rx_frame() 654 if (frame_status & RS_FRAMERR) in mace_dma_rx_frame() 656 if (frame_status & RS_FCSERR) in mace_dma_rx_frame() 659 unsigned int frame_length = mf->rcvcnt + ((frame_status & 0x0F) << 8 ); in mace_dma_rx_frame()
|
D | mace.c | 884 unsigned frame_status; in mace_rxdma_intr() local 913 frame_status = (data[nb-3] << 8) + data[nb-4]; in mace_rxdma_intr() 914 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) { in mace_rxdma_intr() 916 if (frame_status & RS_OFLO) in mace_rxdma_intr() 918 if (frame_status & RS_FRAMERR) in mace_rxdma_intr() 920 if (frame_status & RS_FCSERR) in mace_rxdma_intr()
|
/drivers/staging/slicoss/ |
D | slichw.h | 241 u32 frame_status; member 247 u32 frame_status; member 257 #define frame_status14 u0.hdrs_14port.frame_status 259 #define frame_statusGB u0.hdrs_gbit.frame_status
|
/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 1054 s16 frame_status; in yellowfin_rx() local 1067 frame_status = get_unaligned_le16(&(buf_addr[data_size - 2])); in yellowfin_rx() 1070 __func__, frame_status); in yellowfin_rx() 1081 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) { in yellowfin_rx() 1085 __func__, frame_status); in yellowfin_rx() 1087 if (frame_status & 0x0060) dev->stats.rx_length_errors++; in yellowfin_rx() 1088 if (frame_status & 0x0008) dev->stats.rx_frame_errors++; in yellowfin_rx() 1089 if (frame_status & 0x0010) dev->stats.rx_crc_errors++; in yellowfin_rx() 1090 if (frame_status < 0) dev->stats.rx_dropped++; in yellowfin_rx()
|
D | hamachi.c | 1415 s32 frame_status; in hamachi_rx() local 1424 frame_status = get_unaligned_le32(&(buf_addr[data_size - 12])); in hamachi_rx() 1427 frame_status); in hamachi_rx() 1443 if (frame_status & 0x00380000) { in hamachi_rx() 1447 frame_status); in hamachi_rx() 1449 if (frame_status & 0x00600000) in hamachi_rx() 1451 if (frame_status & 0x00080000) in hamachi_rx() 1453 if (frame_status & 0x00100000) in hamachi_rx() 1455 if (frame_status < 0) in hamachi_rx() 1460 u16 pkt_len = (frame_status & 0x07ff) - 4; in hamachi_rx()
|
/drivers/net/ethernet/dlink/ |
D | sundance.c | 1343 u32 frame_status = le32_to_cpu(desc->status); in rx_poll() local 1349 if (!(frame_status & DescOwn)) in rx_poll() 1351 pkt_len = frame_status & 0x1fff; /* Chip omits the CRC. */ in rx_poll() 1354 frame_status); in rx_poll() 1355 if (frame_status & 0x001f4000) { in rx_poll() 1359 frame_status); in rx_poll() 1361 if (frame_status & 0x00100000) in rx_poll() 1363 if (frame_status & 0x00010000) in rx_poll() 1365 if (frame_status & 0x00060000) in rx_poll() 1367 if (frame_status & 0x00080000) in rx_poll() [all …]
|
D | dl2k.c | 939 u64 frame_status; in receive_packet() local 947 frame_status = le64_to_cpu(desc->status); in receive_packet() 948 pkt_len = frame_status & 0xffff; in receive_packet() 952 if (frame_status & RFS_Errors) { in receive_packet() 954 if (frame_status & (RxRuntFrame | RxLengthError)) in receive_packet() 956 if (frame_status & RxFCSError) in receive_packet() 958 if (frame_status & RxAlignmentError && np->speed != 1000) in receive_packet() 960 if (frame_status & RxFIFOOverrun) in receive_packet() 991 !(frame_status & (TCPError | UDPError | IPError))) { in receive_packet()
|
/drivers/media/usb/cpia2/ |
D | cpia2.h | 122 enum frame_status { enum 362 volatile enum frame_status status;
|
/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_mac.h | 118 u8 frame_status; member
|
D | zd_mac.c | 1060 if (status->frame_status & ZD_RX_ERROR) { in zd_mac_rx() 1062 (status->frame_status & ZD_RX_CRC32_ERROR)) { in zd_mac_rx()
|
D | zd_chip.c | 1400 if (status->frame_status & ZD_RX_OFDM) { in zd_rx_rate()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tx.c | 1524 struct agg_tx_status *frame_status = &tx_resp->status; in iwl_mvm_rx_tx_cmd_agg_dbg() local 1528 u16 fstatus = le16_to_cpu(frame_status[i].status); in iwl_mvm_rx_tx_cmd_agg_dbg() 1536 le16_to_cpu(frame_status[i].sequence)); in iwl_mvm_rx_tx_cmd_agg_dbg()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | tx.c | 944 struct agg_tx_status *frame_status = &tx_resp->status; in iwl_rx_reply_tx_agg() local 982 u16 fstatus = le16_to_cpu(frame_status[i].status); in iwl_rx_reply_tx_agg()
|
/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-mac.c | 2669 struct agg_tx_status *frame_status = tx_resp->u.agg_status; in il4965_tx_status_reply_tx() local 2686 status = le16_to_cpu(frame_status[0].status); in il4965_tx_status_reply_tx() 2712 status = le16_to_cpu(frame_status[i].status); in il4965_tx_status_reply_tx() 2713 seq = le16_to_cpu(frame_status[i].sequence); in il4965_tx_status_reply_tx()
|