Searched refs:frame_status (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dhwmtm.c157 int frame_status);
159 int frame_status);
163 int frame_status);
1405 * void hwm_rx_frag(smc,virt,phys,len,frame_status)
1418 * frame_status status of the frame, see design description
1426 int frame_status)
1431 NDD_TRACE("RHfB",virt,len,frame_status) ;
1432 DB_RX("hwm_rx_frag: len = %d, frame_status = %x\n",len,frame_status,2) ;
1436 rbctrl = AIX_REVERSE( (((u_long)frame_status
1425 hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, int frame_status) argument
1560 hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, int frame_status) argument
1638 hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, int frame_status) argument
1823 int frame_status ; local
[all...]
H A Dskfddi.c142 int len, int frame_status);
144 int frame_len, int frame_status);
148 int len, int frame_status);
1024 int frame_status; // HWM tx frame status. local
1056 frame_status = hwm_tx_init(smc, fc, 1, skb->len, queue);
1058 if ((frame_status & (LOC_TX | LAN_TX)) == 0) {
1061 if ((frame_status & RING_DOWN) != 0) {
1064 } else if ((frame_status & OUT_OF_TXD) != 0) {
1088 if (frame_status & LAN_TX) {
1093 frame_status | FIRST_FRA
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c507.c839 short frame_status; local
841 while ((frame_status = readw(shmem+rx_head)) < 0) { /* Command complete */
853 frame_status, rfd_cmd, next_rx_frame, data_buffer_addr,
855 } else if ((frame_status & 0x2000) == 0) {
858 if (frame_status & 0x0800) lp->stats.rx_crc_errors++;
859 if (frame_status & 0x0400) lp->stats.rx_frame_errors++;
860 if (frame_status & 0x0200) lp->stats.rx_fifo_errors++;
861 if (frame_status & 0x0100) lp->stats.rx_over_errors++;
862 if (frame_status & 0x0080) lp->stats.rx_length_errors++;
H A Dmacmace.c657 unsigned int frame_status = mf->rcvsts; local
659 if (frame_status & (RS_OFLO | RS_CLSN | RS_FRAMERR | RS_FCSERR)) {
661 if (frame_status & RS_OFLO) {
665 if (frame_status & RS_CLSN)
667 if (frame_status & RS_FRAMERR)
669 if (frame_status & RS_FCSERR)
672 unsigned int frame_length = mf->rcvcnt + ((frame_status & 0x0F) << 8 );
H A Dsundance.c1270 u32 frame_status = le32_to_cpu(desc->status); local
1276 if (!(frame_status & DescOwn))
1278 pkt_len = frame_status & 0x1fff; /* Chip omits the CRC. */
1281 frame_status);
1282 if (frame_status & 0x001f4000) {
1286 frame_status);
1288 if (frame_status & 0x00100000) np->stats.rx_length_errors++;
1289 if (frame_status & 0x00010000) np->stats.rx_fifo_errors++;
1290 if (frame_status & 0x00060000) np->stats.rx_frame_errors++;
1291 if (frame_status
[all...]
H A Dmace.c879 unsigned frame_status; local
908 frame_status = (data[nb-3] << 8) + data[nb-4];
909 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) {
911 if (frame_status & RS_OFLO)
913 if (frame_status & RS_FRAMERR)
915 if (frame_status & RS_FCSERR)
H A Dhamachi.c1495 s32 frame_status; local
1504 frame_status = le32_to_cpu(get_unaligned((s32*)&(buf_addr[data_size - 12])));
1507 frame_status);
1523 if (frame_status & 0x00380000) {
1527 frame_status);
1529 if (frame_status & 0x00600000) hmp->stats.rx_length_errors++;
1530 if (frame_status & 0x00080000) hmp->stats.rx_frame_errors++;
1531 if (frame_status & 0x00100000) hmp->stats.rx_crc_errors++;
1532 if (frame_status < 0) hmp->stats.rx_dropped++;
1536 u16 pkt_len = (frame_status
[all...]
H A Dyellowfin.c1056 s16 frame_status;
1069 frame_status = le16_to_cpu(get_unaligned((s16*)&(buf_addr[data_size - 2])));
1072 frame_status);
1080 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) {
1084 frame_status);
1086 if (frame_status & 0x0060) yp->stats.rx_length_errors++;
1087 if (frame_status & 0x0008) yp->stats.rx_frame_errors++;
1088 if (frame_status & 0x0010) yp->stats.rx_crc_errors++;
1089 if (frame_status < 0) yp->stats.rx_dropped++;
H A Ddl2k.c816 u64 frame_status; local
824 frame_status = le64_to_cpu (desc->status);
828 if (frame_status & RFS_Errors) {
830 if (frame_status & (RxRuntFrame | RxLengthError))
832 if (frame_status & RxFCSError)
834 if (frame_status & RxAlignmentError && np->speed != 1000)
836 if (frame_status & RxFIFOOverrun)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.h97 u8 frame_status; member in struct:rx_status
108 /* rx_status field frame_status */
H A Dzd_mac.c941 ((status->frame_status & ZD_RX_FRAME_MODULATION_MASK) ==
1049 if (status->frame_status & ZD_RX_ERROR) {
1052 if (status->frame_status & ZD_RX_TIMEOUT_ERROR)
1054 else if (status->frame_status & ZD_RX_FIFO_OVERRUN_ERROR)
1056 else if (status->frame_status & ZD_RX_DECRYPTION_ERROR)
1058 else if (status->frame_status & ZD_RX_CRC32_ERROR) {
1062 else if (status->frame_status & ZD_RX_CRC16_ERROR)
H A Dzd_chip.c1533 return (status->frame_status&ZD_RX_OFDM) ?
1561 if (status->frame_status & ZD_RX_OFDM) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2.h127 enum frame_status { enum
369 volatile enum frame_status status;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dsmctr.c1776 fcb->frame_status = 0;
1789 fcb->frame_status = 0;
1914 fcb->frame_status = 0;
1924 fcb->frame_status = 0;
3122 if((tp->rx_fcb_curr[MAC_QUEUE]->frame_status)
3123 || (tp->rx_fcb_curr[NON_MAC_QUEUE]->frame_status))
4449 while((status = tp->rx_fcb_curr[queue]->frame_status) != SUCCESS)
4544 if(fcb->frame_status & FCB_COMMAND_DONE)
4550 if(!(fcb->frame_status & FCB_COMMAND_DONE)
4551 || fcb->frame_status
[all...]
H A Dlanstreamer.h264 __u8 frame_status; member in struct:mac_receive_buffer
H A Dolympic.h239 u8 frame_status ; member in struct:mac_receive_buffer
H A Dsmctr.h822 __u16 frame_status; /* 02 */ member in struct:FCBlockType
H A Dolympic.c1427 printk("next %04x, fs %02x, len %04x \n",readw(buf_ptr+offsetof(struct mac_receive_buffer,next)), readb(buf_ptr+offsetof(struct mac_receive_buffer,frame_status)), readw(buf_ptr+offsetof(struct mac_receive_buffer,buffer_length)));

Completed in 290 milliseconds