Searched defs:ioBuffer (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/bcm/
H A DMisc.c221 int CopyBufferToControlPacket(struct bcm_mini_adapter *Adapter, void *ioBuffer) argument
231 if (!ioBuffer) {
236 pLinkReq = (struct bcm_link_request *)ioBuffer;
237 pLeader = (struct bcm_leader *)ioBuffer; /* ioBuffer Contains sw_Status and Payload */
336 atomic_read(&Adapter->index_wr_txcntrlpkt), ctrl_buff, ioBuffer, pktlen);
347 pucAddIndication = (PUCHAR)ioBuffer + LEADER_SIZE;
369 memcpy(ctrl_buff + LEADER_SIZE, ((PUCHAR)ioBuffer + LEADER_SIZE), pLeader->PLength);

Completed in 56 milliseconds