Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c403 #define RIDSIZE 2048 macro
1241 #define PCI_SHARED_LEN 2*MPI_MAX_FIDS*PKTSIZE+RIDSIZE
2635 ai->config_desc.rid_desc.len = RIDSIZE; in mpi_map_card()
2638 busaddroff += RIDSIZE; in mpi_map_card()
2639 vpackoff += RIDSIZE; in mpi_map_card()
4183 ai->config_desc.rid_desc.len = RIDSIZE; in PC4500_readrid()
7876 if ((iobuf = kzalloc(RIDSIZE, GFP_KERNEL)) == NULL) in readrids()
7879 PC4500_readrid(ai, ridcode, iobuf, RIDSIZE, 1); in readrids()
7886 if (copy_to_user(comp->data, iobuf, min(len, (int)RIDSIZE))) { in readrids()
7953 if ((iobuf = kmalloc(RIDSIZE, GFP_KERNE in writerids()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c402 #define RIDSIZE 2048 macro
1241 #define PCI_SHARED_LEN 2*MPI_MAX_FIDS*PKTSIZE+RIDSIZE
2631 ai->config_desc.rid_desc.len = RIDSIZE; in mpi_map_card()
2634 busaddroff += RIDSIZE; in mpi_map_card()
2635 vpackoff += RIDSIZE; in mpi_map_card()
4175 ai->config_desc.rid_desc.len = RIDSIZE; in PC4500_readrid()
7878 if ((iobuf = kzalloc(RIDSIZE, GFP_KERNEL)) == NULL) in readrids()
7881 PC4500_readrid(ai, ridcode, iobuf, RIDSIZE, 1); in readrids()
7888 if (copy_to_user(comp->data, iobuf, min(len, (int)RIDSIZE))) { in readrids()
7955 if ((iobuf = kmalloc(RIDSIZE, GFP_KERNE in writerids()
[all...]

Completed in 22 milliseconds