Searched refs:num_vecs (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_hw_ct.c101 u32 *num_vecs, u32 *max_vec_bit) bfa_hwct_msix_getvecs()
105 *num_vecs = BFI_MSIX_CT_MAX; bfa_hwct_msix_getvecs()
100 bfa_hwct_msix_getvecs(struct bfa_s *bfa, u32 *msix_vecs_bmap, u32 *num_vecs, u32 *max_vec_bit) bfa_hwct_msix_getvecs() argument
H A Dbfa_hw_cb.c79 u32 *num_vecs, u32 *max_vec_bit) bfa_hwcb_msix_getvecs()
100 *num_vecs = __HFN_NUMINTS; bfa_hwcb_msix_getvecs()
78 bfa_hwcb_msix_getvecs(struct bfa_s *bfa, u32 *msix_vecs_bmap, u32 *num_vecs, u32 *max_vec_bit) bfa_hwcb_msix_getvecs() argument
/linux-4.4.14/drivers/xen/xenbus/
H A Dxenbus_xs.c269 unsigned int num_vecs, xs_talkv()
281 for (i = 0; i < num_vecs; i++) xs_talkv()
292 for (i = 0; i < num_vecs; i++) { xs_talkv()
266 xs_talkv(struct xenbus_transaction t, enum xsd_sockmsg_type type, const struct kvec *iovec, unsigned int num_vecs, unsigned int *len) xs_talkv() argument
/linux-4.4.14/drivers/hv/
H A Dchannel.c604 int num_vecs = ((bufferlen != 0) ? 3 : 1); vmbus_sendpacket_ctl() local
622 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, num_vecs, vmbus_sendpacket_ctl()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h575 u32 num_vecs; member in struct:bna_rxq
H A Dbna_tx_rx.c2397 q0->num_vecs = rx_cfg->q0_num_vecs; bna_rx_create()
2423 q1->num_vecs = 1; bna_rx_create()
/linux-4.4.14/drivers/edac/
H A Damd64_edac.c2058 static int decode_syndrome(u16 syndrome, const u16 *vectors, unsigned num_vecs, decode_syndrome() argument
2063 for (err_sym = 0; err_sym < num_vecs / v_dim; err_sym++) { decode_syndrome()

Completed in 271 milliseconds