Lines Matching defs:copy

1247  *  - a copy is made from the information in the last descriptor of the FrameList into the current
1249 * - the remainder of the DescriptorList is detached from the copy by setting the next_desc_addr at NULL
1250 * - the DMA control bits of the copy are cleared to do not confuse the MSF
1251 * - the copy of the last descriptor (i.e. the "old" DELWA Descriptor) is chained to the prev Descriptor
1256 * This function makes a copy of that last host-owned descriptor, so the MSF will get a copy of the descriptor.
1263 8: Be careful once you start re-ordering the steps in the copy process, that it still works for cases
1275 DESC_STRCT *copy, *p, *prev;
1309 copy = head;
1312 copy->buf_phys_addr = p->buf_phys_addr;
1313 copy->buf_addr = p->buf_addr;
1314 copy->BUF_SIZE = p->BUF_SIZE &= DESC_CNT_MASK; //get rid of DESC_EOP and possibly DESC_SOP
1315 copy->BUF_CNT = p->BUF_CNT &= DESC_CNT_MASK; //get rid of DESC_DMA_OWNED
1317 copy->DESC_MSFSup = p->DESC_MSFSup;
1321 //. . chain copy to prev /* 8*/
1322 prev->next_desc_addr = copy;
1324 copy->next_desc_addr = NULL;
1325 copy->next_desc_phys_addr = 0xDEAD0000; //! just to be nice, not really needed
1500 // copy DA[0:5], SA[0:1] from first buffer to second buffer
1932 * CFG_MB_INFO: copy the oldest MailBox Info Block or the "null" block if none available.
2290 * in non-USB/non-DMA mode, hcf_rcv_msg starts the copy process at the (non-negative) offset requested by the
2402 if ( j ) { //if LookAhead Buffer exhausted but still space in fragment, copy directly from NIC RAM
3026 //. copy E-II Type to 802.3 LEN field
3082 * calc_mic is the implementation of the MIC algorithm. It is a monkey-see monkey-do copy of
3279 //. . copy next 4 bytes from buffer to accu
3684 //. . copy data from NIC via AUX port to LTV
3694 //. . copy data (words) from LTV via AUX port to NIC
3832 * process the single byte (if applicable) read by the previous get_frag and copy len (or len-1) bytes from
4163 * AND based on the wild-card selection, you have to call setup_bap again after the 1st copy.
4333 * process the single byte (if applicable) not yet written by the previous put_frag and copy len
4571 * - a copy of the contents of the fragments in the second and higher word
4601 hcf_16 len; //total length to copy to MailBox