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

/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c803 struct agg_tx_status *frame_status = &tx_resp->status; local
836 u16 fstatus = le16_to_cpu(frame_status[i].status);
/drivers/net/ethernet/apple/
H A Dmace.c887 unsigned frame_status; local
916 frame_status = (data[nb-3] << 8) + data[nb-4];
917 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) {
919 if (frame_status & RS_OFLO)
921 if (frame_status & RS_FRAMERR)
923 if (frame_status & RS_FCSERR)
H A Dmacmace.c647 unsigned int frame_status = mf->rcvsts; local
649 if (frame_status & (RS_OFLO | RS_CLSN | RS_FRAMERR | RS_FCSERR)) {
651 if (frame_status & RS_OFLO) {
655 if (frame_status & RS_CLSN)
657 if (frame_status & RS_FRAMERR)
659 if (frame_status & RS_FCSERR)
662 unsigned int frame_length = mf->rcvcnt + ((frame_status & 0x0F) << 8 );
/drivers/net/fddi/skfp/
H A Dhwmtm.c148 int frame_status);
150 int frame_status);
154 int frame_status);
1395 * void hwm_rx_frag(smc,virt,phys,len,frame_status)
1408 * frame_status status of the frame, see design description
1416 int frame_status)
1421 NDD_TRACE("RHfB",virt,len,frame_status) ;
1422 DB_RX("hwm_rx_frag: len = %d, frame_status = %x\n",len,frame_status,2) ;
1426 rbctrl = cpu_to_le32( (((__u32)frame_status
1415 hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, int frame_status) argument
1550 hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, int frame_status) argument
1628 hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, int frame_status) argument
1813 int frame_status ; local
[all...]
H A Dskfddi.c142 int len, int frame_status);
144 int frame_len, int frame_status);
147 int len, int frame_status);
1115 int frame_status; // HWM tx frame status. local
1147 frame_status = hwm_tx_init(smc, fc, 1, skb->len, queue);
1149 if ((frame_status & (LOC_TX | LAN_TX)) == 0) {
1152 if ((frame_status & RING_DOWN) != 0) {
1155 } else if ((frame_status & OUT_OF_TXD) != 0) {
1179 if (frame_status & LAN_TX) {
1184 frame_status | FIRST_FRA
[all...]
/drivers/net/ethernet/dlink/
H A Ddl2k.c838 u64 frame_status; local
846 frame_status = le64_to_cpu(desc->status);
847 pkt_len = frame_status & 0xffff;
851 if (frame_status & RFS_Errors) {
853 if (frame_status & (RxRuntFrame | RxLengthError))
855 if (frame_status & RxFCSError)
857 if (frame_status & RxAlignmentError && np->speed != 1000)
859 if (frame_status & RxFIFOOverrun)
890 !(frame_status & (TCPError | UDPError | IPError))) {
H A Dsundance.c1319 u32 frame_status = le32_to_cpu(desc->status); local
1325 if (!(frame_status & DescOwn))
1327 pkt_len = frame_status & 0x1fff; /* Chip omits the CRC. */
1330 frame_status);
1331 if (frame_status & 0x001f4000) {
1335 frame_status);
1337 if (frame_status & 0x00100000)
1339 if (frame_status & 0x00010000)
1341 if (frame_status & 0x00060000)
1343 if (frame_status
[all...]
/drivers/net/ethernet/i825xx/
H A D3c507.c824 short frame_status; local
826 while ((frame_status = readw(shmem+rx_head)) < 0) { /* Command complete */
839 dev->name, rx_head, frame_status, rfd_cmd,
841 } else if ((frame_status & 0x2000) == 0) {
844 if (frame_status & 0x0800) dev->stats.rx_crc_errors++;
845 if (frame_status & 0x0400) dev->stats.rx_frame_errors++;
846 if (frame_status & 0x0200) dev->stats.rx_fifo_errors++;
847 if (frame_status & 0x0100) dev->stats.rx_over_errors++;
848 if (frame_status & 0x0080) dev->stats.rx_length_errors++;
/drivers/net/wireless/zd1211rw/
H A Dzd_mac.h119 u8 frame_status; member in struct:rx_status
130 /* rx_status field frame_status */
/drivers/net/ethernet/packetengines/
H A Dhamachi.c1423 s32 frame_status; local
1432 frame_status = get_unaligned_le32(&(buf_addr[data_size - 12]));
1435 frame_status);
1451 if (frame_status & 0x00380000) {
1455 frame_status);
1457 if (frame_status & 0x00600000)
1459 if (frame_status & 0x00080000)
1461 if (frame_status & 0x00100000)
1463 if (frame_status < 0)
1468 u16 pkt_len = (frame_status
[all...]
H A Dyellowfin.c1061 s16 frame_status; local
1074 frame_status = get_unaligned_le16(&(buf_addr[data_size - 2]));
1077 __func__, frame_status);
1085 } else if ((yp->drv_flags & IsGigabit) && (frame_status & 0x0038)) {
1089 __func__, frame_status);
1091 if (frame_status & 0x0060) dev->stats.rx_length_errors++;
1092 if (frame_status & 0x0008) dev->stats.rx_frame_errors++;
1093 if (frame_status & 0x0010) dev->stats.rx_crc_errors++;
1094 if (frame_status < 0) dev->stats.rx_dropped++;
/drivers/net/tokenring/
H A Dlanstreamer.h268 __u8 frame_status; member in struct:mac_receive_buffer
H A Dolympic.h242 u8 frame_status ; member in struct:mac_receive_buffer
H A Dsmctr.h822 __u16 frame_status; /* 02 */ member in struct:FCBlockType
/drivers/net/wireless/iwlegacy/
H A D4965.c1856 struct agg_tx_status *frame_status = tx_resp->u.agg_status; local
1873 status = le16_to_cpu(frame_status[0].status);
1898 status = le16_to_cpu(frame_status[i].status);
1899 seq = le16_to_cpu(frame_status[i].sequence);
/drivers/media/video/cpia2/
H A Dcpia2.h122 enum frame_status { enum
364 volatile enum frame_status status;
/drivers/usb/host/
H A Dfhci.h444 u8 frame_status; /* flag that indicates to stop fill this frame */ member in struct:fhci_time_frame
/drivers/staging/slicoss/
H A Dslichw.h241 u32 frame_status; member in struct:slic_hddr_wds::__anon5251::__anon5252
247 u32 frame_status; member in struct:slic_hddr_wds::__anon5251::__anon5253
257 #define frame_status14 u0.hdrs_14port.frame_status
259 #define frame_statusGB u0.hdrs_gbit.frame_status

Completed in 215 milliseconds