Searched defs:bcount (Results 1 – 9 of 9) sorted by relevance
231 #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2) argument232 #define BYTES_TO_QWORDS(bcount) ((bcount) >> 3) argument233 #define BYTES_TO_OWORDS(bcount) ((bcount) >> 4) argument
361 tsi721_desc_fill_end(struct tsi721_dma_desc *bd_ptr, u32 bcount, bool interrupt) in tsi721_desc_fill_end()418 u32 bcount; in tsi721_submit_sg() local
519 __le32 bcount; member
34 static int bcount; /* The number of bytes in the buffer */ variable
193 u64 bcount = min_t(u64, dmr->start - preve, MAX_KLM_SIZE); in fill_indir() local
356 int bcount; in ns_init_card() local
221 int bcount = mr->desc_size * (mr->mmkey.ndescs + mr->meta_ndescs); in set_reg_data_seg() local
4778 int bcount = 0; in init_e1_port() local
90 #define BYTES_TO_WORDS(bcount) ((bcount) >> 2) argument
Completed in 43 milliseconds