Home
last modified time | relevance | path

Searched refs:RIDSIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/wireless/cisco/
Dairo.c400 #define RIDSIZE 2048 macro
1238 #define PCI_SHARED_LEN 2*MPI_MAX_FIDS*PKTSIZE+RIDSIZE
2612 ai->config_desc.rid_desc.len = RIDSIZE; in mpi_map_card()
2615 busaddroff += RIDSIZE; in mpi_map_card()
2616 vpackoff += RIDSIZE; in mpi_map_card()
4134 ai->config_desc.rid_desc.len = RIDSIZE; in PC4500_readrid()
7816 if ((iobuf = kmalloc(RIDSIZE, GFP_KERNEL)) == NULL) in readrids()
7819 PC4500_readrid(ai,ridcode,iobuf,RIDSIZE, 1); in readrids()
7826 if (copy_to_user(comp->data, iobuf, min(len, (int)RIDSIZE))) { in readrids()
7892 if ((iobuf = kmalloc(RIDSIZE, GFP_KERNEL)) == NULL) in writerids()
[all …]