• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/

Lines Matching refs:frame_status

157 		 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 &
1438 (((u_long) frame_status & FIRST_FRAG) << 21) |
1538 * int hwm_tx_init(smc,fc,frag_count,frame_len,frame_status)
1553 * frame_status status of the frame, the send queue bit is already
1556 * return frame_status
1561 int frame_status)
1564 smc->os.hwm.tx_p = smc->hw.fp.tx[frame_status & QUEUE_A0] ;
1569 frame_status |= LAN_TX ;
1575 frame_status |= LAN_TX ;
1578 frame_status |= LOC_TX ;
1581 frame_status |= LAN_TX | LOC_TX ;
1588 frame_status &= ~LAN_TX ;
1589 frame_status |= RING_DOWN ;
1597 frame_status &= ~LAN_TX ;
1598 frame_status |= OUT_OF_TXD ;
1602 frame_status &= ~LAN_TX ;
1603 frame_status |= OUT_OF_TXD ;
1606 DB_TX("frame_status = %x",frame_status,0,3) ;
1607 NDD_TRACE("THiE",frame_status,smc->os.hwm.tx_p->tx_free,0) ;
1608 return(frame_status) ;
1613 * void hwm_tx_frag(smc,virt,phys,len,frame_status)
1622 * is allocated if the FIRST_FRAG bit is set in the frame_status.
1625 * bit is set in the frame_status word.
1629 * frame_status status of the frame, see design description
1639 int frame_status)
1647 NDD_TRACE("THfB",virt,len,frame_status) ;
1655 DB_TX("hwm_tx_frag: len = %d, frame_status = %x ",len,frame_status,2) ;
1656 if (frame_status & LAN_TX) {
1662 tbctrl = AIX_REVERSE((((u_long)frame_status &
1672 if (frame_status & QUEUE_A0) {
1682 if (frame_status & LAST_FRAG) {
1686 if (frame_status & LOC_TX) {
1688 if (frame_status & FIRST_FRAG) {
1710 if (frame_status & LAST_FRAG) {
1823 int frame_status ;
1864 frame_status = LOC_TX ;
1867 frame_status = LAN_TX ;
1870 frame_status |= LOC_TX ;
1874 frame_status &= ~LAN_TX;
1875 if (frame_status) {
1884 DB_TX("frame_status = 0x%x ",frame_status,0,5) ;
1886 if ((frame_status & LAN_TX) && (frame_status & LOC_TX)) {
1890 if (frame_status & LAN_TX) {
1892 frame_status |= FIRST_FRAG ;
1896 frame_status |= LAST_FRAG ;
1904 tbctrl = AIX_REVERSE((((u_long) frame_status &
1915 frame_status &= ~FIRST_FRAG ;
1924 if (frame_status & LOC_TX) {