Lines Matching full:cb_header
490 cmd_ptr->PrevTCBVirtualLinkPtr->cb_header.command &= ~(CmdSuspend | CmdIntr);
521 data_ptr = (UINT8 *) cmd_ptr + sizeof (struct CB_Header);
546 cmd_ptr->cb_header.command = CmdSuspend | CmdConfigure;
593 data_ptr = (UINT16 *) ((UINT8 *) cmd_ptr +sizeof (struct CB_Header));
598 cmd_ptr->cb_header.command = (CmdSuspend | CmdIASetup);
599 cmd_ptr->cb_header.status = 0;
959 cmd_ptr->cb_header.command = CmdSuspend | CmdMulticastList;
960 cmd_ptr->cb_header.status = 0;
1051 tcb_ptr->cb_header.command = (CmdSuspend | CmdTx | CmdTxFlex);
1052 tcb_ptr->cb_header.status = 0;
1133 while (tcb_ptr->cb_header.status == 0) {
1166 if (tcb_ptr->cb_header.status == 0) {
1231 while ((status = rx_ptr->cb_header.status) & RX_COMPLETE) {
1455 cur_ptr[Index].cb_header.status = 0;
1456 cur_ptr[Index].cb_header.command = 0;
1467 cur_ptr[Index].cb_header.link = cur_ptr[Index].PhysTCBAddress + sizeof (TxCB);
1475 tail_ptr->cb_header.link = head_ptr->PhysTCBAddress;
1553 cb_ptr->cb_header.status = 0;
1605 if ((Tmp_ptr->cb_header.status & CMD_STATUS_MASK) != 0) {
1663 rx_ptr[Index].cb_header.status = 0;
1664 rx_ptr[Index].cb_header.command = 0;
1681 rx_ptr[Index].cb_header.link = (UINT32) AdapterInfo->rx_phy_addr + ((Index + 1) * sizeof (RxFD));
1686 tail_ptr->cb_header.link = (UINT32) AdapterInfo->rx_phy_addr;
1691 tail_ptr->cb_header.command = 0xC000;
1724 rx_ptr->cb_header.command = 0xc000;
1725 rx_ptr->cb_header.status = 0;
1732 tail_ptr->cb_header.command = 0;
3327 while ((cmd_ptr->cb_header.status == 0) && (--wait > 0)) {
3331 if (cmd_ptr->cb_header.status == 0) {