• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/

Lines Matching defs:copy

1271 *  - a copy is made from the information in the last descriptor of the FrameList into the current
1273 * - the remainder of the DescriptorList is detached from the copy by setting the next_desc_addr at NULL
1274 * - the DMA control bits of the copy are cleared to do not confuse the MSF
1275 * - the copy of the last descriptor (i.e. the "old" DELWA Descriptor) is chained to the prev Descriptor
1280 * This function makes a copy of that last host-owned descriptor, so the MSF will get a copy of the descriptor.
1287 8: Be careful once you start re-ordering the steps in the copy process, that it still works for cases
1299 DESC_STRCT *copy, *p, *prev;
1333 copy = head;
1336 copy->buf_phys_addr = p->buf_phys_addr;
1337 copy->buf_addr = p->buf_addr;
1338 copy->BUF_SIZE = p->BUF_SIZE &= DESC_CNT_MASK; //get rid of DESC_EOP and possibly DESC_SOP
1339 copy->BUF_CNT = p->BUF_CNT &= DESC_CNT_MASK; //get rid of DESC_DMA_OWNED
1341 copy->DESC_MSFSup = p->DESC_MSFSup;
1345 //. . chain copy to prev /* 8*/
1346 prev->next_desc_addr = copy;
1348 copy->next_desc_addr = NULL;
1349 copy->next_desc_phys_addr = 0xDEAD0000; //! just to be nice, not really needed
1528 // copy DA[0:5], SA[0:1] from first buffer to second buffer
1806 /* copy the DA/SA to the first buffer */
1998 * CFG_MB_INFO: copy the oldest MailBox Info Block or the "null" block if none available.
2357 * in non-USB/non-DMA mode, hcf_rcv_msg starts the copy process at the (non-negative) offset requested by the
2469 if ( j ) { //if LookAhead Buffer exhausted but still space in fragment, copy directly from NIC RAM
2675 //copy all the fragments in a transparent fashion
3125 //. copy E-II Type to 802.3 LEN field
3183 * calc_mic is the implementation of the MIC algorithm. It is a monkey-see monkey-do copy of
3380 //. . copy next 4 bytes from buffer to accu
3768 //. . copy data (words) from LTV via AUX port to NIC
3908 * process the single byte (if applicable) read by the previous get_frag and copy len (or len-1) bytes from
4146 * AND based on the wild-card selection, you have to call setup_bap again after the 1st copy.
4318 * process the single byte (if applicable) not yet written by the previous put_frag and copy len
4557 * - a copy of the contents of the fragments in the second and higher word
4588 hcf_16 len; //total length to copy to MailBox