Searched refs:caDsxReqResp (Results 1 - 2 of 2) sorted by last modified time

/drivers/staging/bcm/
H A DAdapter.h231 CHAR *caDsxReqResp; member in struct:bcm_mini_adapter
H A DCmHost.c1802 Adapter->caDsxReqResp = kmalloc(sizeof(struct bcm_add_indication_alt)
1804 if (!Adapter->caDsxReqResp)
1812 kfree(Adapter->caDsxReqResp);
1845 pLeader = (struct bcm_leader *)Adapter->caDsxReqResp;
1857 *((struct bcm_add_indication_alt *)&(Adapter->caDsxReqResp[LEADER_SIZE]))
1859 ((struct bcm_add_indication_alt *)&(Adapter->caDsxReqResp[LEADER_SIZE]))->u8Type = DSA_RSP;
1862 CopyBufferToControlPacket(Adapter, (PVOID)Adapter->caDsxReqResp);
1869 *((struct bcm_add_indication_alt *)&(Adapter->caDsxReqResp[LEADER_SIZE]))
1871 ((struct bcm_add_indication_alt *)&(Adapter->caDsxReqResp[LEADER_SIZE]))->u8Type = DSA_ACK;
1962 *((struct bcm_change_indication *)&(Adapter->caDsxReqResp[LEADER_SIZ
[all...]

Completed in 89 milliseconds