/linux/net/ethtool/ |
H A D | bitset.c | 183 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_bitset32_size() local 248 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_put_bitset32() local 472 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_update_bitset32_verbose() local 750 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_bitset_size() local 786 unsigned int nwords = DIV_ROUND_UP(nbits, 32); in ethnl_put_bitset() local
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | ruc.c | 127 const struct ib_global_route *grh, u32 hwords, u32 nwords) in hfi1_make_grh() 246 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size + in hfi1_make_ruc_header_16B() local 331 u32 nwords = SIZE_OF_CRC + ((ps->s_txreq->s_cur_size + in hfi1_make_ruc_header_9B() local
|
H A D | ud.c | 264 u32 nwords, extra_bytes; in hfi1_make_ud_req_9B() local 340 u32 dlid, slid, nwords, extra_bytes; in hfi1_make_ud_req_16B() local 604 u32 nwords; in return_cnp_16B() local
|
H A D | rc.c | 1223 u32 *nwords) in hfi1_make_rc_ack_9B() 1276 u32 *nwords) in hfi1_make_rc_ack_16B() 1354 u32 nwords = 0; in hfi1_send_rc_ack() local
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_ruc.c | 184 const struct ib_global_route *grh, u32 hwords, u32 nwords) in qib_make_grh() 212 u32 nwords; in qib_make_ruc_header() local
|
H A D | qib_ud.c | 239 u32 nwords; in qib_make_ud_req() local
|
/linux/fs/jfs/ |
H A D | jfs_dmap.c | 453 int word, nbits, nwords; in dbUpdatePMap() local 1085 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local 2145 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local 2292 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local 3253 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
|
H A D | jfs_imap.c | 1326 int nwords, rem, i, agno, dn_numag; in diAlloc() local
|
/linux/lib/reed_solomon/ |
H A D | test_rslib.c | 66 int nwords; member 73 int nwords; member
|
/linux/lib/ |
H A D | dynamic_debug.c | 281 int nwords = 0; in ddebug_tokenize() local 416 static int ddebug_parse_query(char *words[], int nwords, in ddebug_parse_query() 542 int nwords, nfound; in ddebug_exec_query() local
|
H A D | bch.c | 156 unsigned int i, nwords = BCH_ECC_WORDS(bch)-1; in load_ecc8() local 178 unsigned int i, nwords = BCH_ECC_WORDS(bch)-1; in store_ecc8() local
|
/linux/net/sunrpc/ |
H A D | xdr.c | 1476 unsigned int nwords = XDR_QUADLEN(nbytes); __xdr_inline_decode() local 1559 unsigned int nwords = XDR_QUADLEN(len); xdr_align_pages() local 1594 unsigned int nwords = XDR_QUADLEN(len); xdr_read_pages() local [all...] |
/linux/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-regs.c | 231 unsigned int nwords = width * ybpp / 4; in camif_get_dma_burst() local
|
/linux/drivers/media/platform/ti/vpe/ |
H A D | vpdma.h | 194 u32 nwords; member
|
/linux/drivers/scsi/snic/ |
H A D | vnic_dev.c | 624 unsigned int nwords = sizeof(struct vnic_devcmd_notify) / 4; in vnic_dev_notify_ready() local
|
/linux/sound/soc/codecs/ |
H A D | wm_adsp.c | 1927 int mem_type, nwords, max_read; in wm_adsp_buffer_capture_block() local 1983 int nwords, nbytes; in wm_adsp_compr_read() local
|
/linux/drivers/scsi/fnic/ |
H A D | vnic_dev.c | 792 unsigned int nwords = sizeof(struct vnic_devcmd_notify) / 4; in vnic_dev_notify_ready() local
|
/linux/fs/ |
H A D | file.c | 122 unsigned int nwords = fdt_words(nfdt); in copy_fd_bitmaps() local
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_dev.c | 880 unsigned int nwords = vdev->notify_sz / 4; in vnic_dev_notify_ready() local
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 3009 unsigned int nwords, u32 *data, int byte_oriented) in t4_read_flash() 9783 const unsigned int nwords = CIM_IBQ_SIZE * 4; in t4_read_cim_ibq() local 9824 unsigned int addr, v, nwords; in t4_read_cim_obq() local
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 486 csio_hw_read_flash(struct csio_hw *hw, uint32_t addr, uint32_t nwords, in csio_hw_read_flash()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 815 unsigned int nwords, u32 *data, int byte_oriented) in t3_read_flash()
|
/linux/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 3117 void cs_dsp_remove_padding(u32 *buf, int nwords) in cs_dsp_remove_padding()
|
/linux/fs/proc/ |
H A D | base.c | 1079 unsigned int nwords = 0; in auxv_read() local
|
/linux/drivers/ata/ |
H A D | sata_mv.c | 2193 static unsigned int mv_send_fis(struct ata_port *ap, u32 *fis, int nwords) in mv_send_fis()
|