Searched refs:nvecs (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_hw_ct.c118 bfa_hwct_msix_init(struct bfa_s *bfa, int nvecs) argument
120 bfa_assert((nvecs == 1) || (nvecs == BFA_MSIX_CT_MAX));
121 bfa_trc(bfa, nvecs);
123 bfa->msix.nvecs = nvecs;
132 if (bfa->msix.nvecs == 0)
135 if (bfa->msix.nvecs == 1) {
H A Dbfa_hw_cb.c109 bfa_hwcb_msix_init(struct bfa_s *bfa, int nvecs) argument
113 bfa_assert((nvecs == 1) || (nvecs == __HFN_NUMINTS));
115 bfa->msix.nvecs = nvecs;
116 if (nvecs == 1) {
H A Dbfa_iocfc.h49 int nvecs; member in struct:bfa_msix_s
60 void (*hw_msix_init)(struct bfa_s *bfa, int nvecs);
65 u32 *nvecs, u32 *maxvec);
156 void bfa_hwcb_msix_init(struct bfa_s *bfa, int nvecs);
161 u32 *nvecs, u32 *maxvec);
166 void bfa_hwct_msix_init(struct bfa_s *bfa, int nvecs);
171 u32 *nvecs, u32 *maxvec);
H A Dbfa_intr.c138 bfa_isr_mode_set(bfa, bfa->msix.nvecs != 0);
H A Dbfa_iocfc.c204 bfa->msix.nvecs = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbuffer_iocp.c249 int nvecs; local
271 nvecs = _evbuffer_read_setup_vecs(buf, at_most,
273 for (i=0;i<nvecs;++i) {
279 buf_o->n_buffers = nvecs;
287 EVUTIL_ASSERT(npin == nvecs);
290 if (WSARecv(buf_o->fd, buf_o->buffers, nvecs, &bytesRead, &flags,
H A Dbuffer.c2065 int nvecs, i, remaining; local
2093 nvecs = _evbuffer_read_setup_vecs(buf, howmuch, vecs,
2099 nvecs = _evbuffer_read_setup_vecs(buf, howmuch, ev_vecs, 2,
2102 for (i=0; i < nvecs; ++i)
2110 if (WSARecv(fd, vecs, nvecs, &bytesRead, &flags, NULL, NULL)) {
2121 n = readv(fd, vecs, nvecs);
2155 for (i=0; i < nvecs; ++i) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode_item.c58 uint nvecs = 2; local
75 nvecs++;
90 nvecs++;
117 nvecs++;
148 return nvecs;
162 nvecs++;
174 nvecs++;
186 nvecs++;
197 return nvecs;
214 uint nvecs; local
[all...]
H A Dxfs_buf_item.c163 uint nvecs; local
180 nvecs = 1;
184 nvecs++;
204 nvecs++;
209 nvecs++;
216 return nvecs;
233 uint nvecs; local
258 nvecs = 1;
282 bip->bli_format.blf_size = nvecs;
318 nvecs
[all...]
H A Dxfs_log_priv.h393 int nvecs; /* number of regions */ member in struct:xfs_cil_ctx
H A Dxfs_trans.c1234 int nvecs; local
1237 nvecs = 1;
1255 nvecs += lidp->lid_size;
1258 return nvecs;
H A Dxfs_log_cil.c199 ctx->nvecs += diff_iovecs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libipq/
H A Dlibipq.c319 unsigned char nvecs; local
339 nvecs = 2;
344 nvecs++;
349 msg.msg_iovlen = nvecs;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libipq/
H A Dlibipq.c319 unsigned char nvecs; local
339 nvecs = 2;
344 nvecs++;
349 msg.msg_iovlen = nvecs;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libipq/
H A Dlibipq.c318 unsigned char nvecs; local
338 nvecs = 2;
343 nvecs++;
348 msg.msg_iovlen = nvecs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.c392 int nvecs = bio_get_nr_vecs(bh->b_bdev); local
395 bio = bio_alloc(GFP_NOIO, nvecs);
396 nvecs >>= 1;

Completed in 263 milliseconds