• Home
  • Raw
  • Download

Lines Matching refs:cb_header

490     cmd_ptr->PrevTCBVirtualLinkPtr->cb_header.command &= ~(CmdSuspend | CmdIntr);  in IssueCB()
546 cmd_ptr->cb_header.command = CmdSuspend | CmdConfigure; in Configure()
598 cmd_ptr->cb_header.command = (CmdSuspend | CmdIASetup); in E100bSetupIAAddr()
599 cmd_ptr->cb_header.status = 0; in E100bSetupIAAddr()
959 cmd_ptr->cb_header.command = CmdSuspend | CmdMulticastList; in E100bSetfilter()
960 cmd_ptr->cb_header.status = 0; in E100bSetfilter()
1051 tcb_ptr->cb_header.command = (CmdSuspend | CmdTx | CmdTxFlex); in E100bTransmit()
1052 tcb_ptr->cb_header.status = 0; in E100bTransmit()
1133 while (tcb_ptr->cb_header.status == 0) { in E100bTransmit()
1166 if (tcb_ptr->cb_header.status == 0) { in E100bTransmit()
1231 while ((status = rx_ptr->cb_header.status) & RX_COMPLETE) { in E100bReceive()
1455 cur_ptr[Index].cb_header.status = 0; in SetupCBlink()
1456 cur_ptr[Index].cb_header.command = 0; in SetupCBlink()
1467 cur_ptr[Index].cb_header.link = cur_ptr[Index].PhysTCBAddress + sizeof (TxCB); in SetupCBlink()
1475 tail_ptr->cb_header.link = head_ptr->PhysTCBAddress; in SetupCBlink()
1553 cb_ptr->cb_header.status = 0; in SetFreeCB()
1605 if ((Tmp_ptr->cb_header.status & CMD_STATUS_MASK) != 0) { in CheckCBList()
1663 rx_ptr[Index].cb_header.status = 0; in SetupReceiveQueues()
1664 rx_ptr[Index].cb_header.command = 0; in SetupReceiveQueues()
1681 … rx_ptr[Index].cb_header.link = (UINT32) AdapterInfo->rx_phy_addr + ((Index + 1) * sizeof (RxFD)); in SetupReceiveQueues()
1686 tail_ptr->cb_header.link = (UINT32) AdapterInfo->rx_phy_addr; in SetupReceiveQueues()
1691 tail_ptr->cb_header.command = 0xC000; in SetupReceiveQueues()
1724 rx_ptr->cb_header.command = 0xc000; in Recycle_RFD()
1725 rx_ptr->cb_header.status = 0; in Recycle_RFD()
1732 tail_ptr->cb_header.command = 0; in Recycle_RFD()
3327 while ((cmd_ptr->cb_header.status == 0) && (--wait > 0)) { in CommandWaitForCompletion()
3331 if (cmd_ptr->cb_header.status == 0) { in CommandWaitForCompletion()