Searched refs:nbr (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | debugport.c | 17 unsigned char nbr; member 116 if (p->nbr == 1) in start_port() 118 else if (p->nbr == 2) in start_port() 120 else if (p->nbr == 3) in start_port() 123 else if (p->nbr == 4) in start_port()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pow-defs.h | 235 uint64_t nbr:3; member 247 uint64_t nbr:3; 260 uint64_t nbr:3; member 272 uint64_t nbr:3; 286 uint64_t nbr:3; member 298 uint64_t nbr:3;
|
/linux-4.4.14/drivers/atm/ |
D | fore200e.c | 273 int scheme, magn, nbr; in fore200e_free_rx_buf() local 281 for (nbr = 0; nbr < fore200e_rx_buf_nbr[ scheme ][ magn ]; nbr++) { in fore200e_free_rx_buf() 283 struct chunk* data = &buffer[ nbr ].data; in fore200e_free_rx_buf() 469 int size, int nbr, int alignment) in fore200e_pca_dma_chunk_alloc() argument 472 chunk->alloc_size = size * nbr; in fore200e_pca_dma_chunk_alloc() 719 int size, int nbr, int alignment) in fore200e_sba_dma_chunk_alloc() argument 723 chunk->alloc_size = chunk->align_size = size * nbr; in fore200e_sba_dma_chunk_alloc() 2083 int scheme, magn, nbr, size, i; in fore200e_alloc_rx_buf() local 2093 nbr = fore200e_rx_buf_nbr[ scheme ][ magn ]; in fore200e_alloc_rx_buf() 2099 buffer = bsq->buffer = kzalloc(nbr * sizeof(struct buffer), GFP_KERNEL); in fore200e_alloc_rx_buf() [all …]
|
/linux-4.4.14/drivers/mtd/ |
D | mtdchar.c | 888 int nbr = retlen / sizeof(struct otp_info); in mtdchar_ioctl() local 889 ret = copy_to_user(argp, &nbr, sizeof(int)); in mtdchar_ioctl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 1603 void lustre_swab_niobuf_remote(struct niobuf_remote *nbr) in lustre_swab_niobuf_remote() argument 1605 __swab64s(&nbr->offset); in lustre_swab_niobuf_remote() 1606 __swab32s(&nbr->len); in lustre_swab_niobuf_remote() 1607 __swab32s(&nbr->flags); in lustre_swab_niobuf_remote()
|
/linux-4.4.14/drivers/scsi/ |
D | osst.c | 5333 int segs, nbr, max_segs, b_size, order, got; in enlarge_buffer() local 5344 nbr = max_segs = STbuffer->use_sg; in enlarge_buffer() 5345 if (nbr <= 2) in enlarge_buffer()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1797 void lustre_swab_niobuf_remote(struct niobuf_remote *nbr);
|