Searched refs:swi_prealloc_sz (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h268 * by the "swi_num" and "swi_prealloc_sz" fields) should be done, with the
274 uint64_t swi_prealloc_sz; member in struct:hermon_rsrc_sw_hdl_info_s
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h234 * by the "swi_num" and "swi_prealloc_sz" fields) should be done, with the
240 uint64_t swi_prealloc_sz; member in struct:tavor_rsrc_sw_hdl_info_s
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c1068 hdl_info.swi_prealloc_sz = sizeof (hermon_cqhdl_t);
1083 hdl_info.swi_prealloc_sz = sizeof (hermon_srqhdl_t);
1112 hdl_info.swi_prealloc_sz = sizeof (hermon_qphdl_t);
1156 hdl_info.swi_prealloc_sz = sizeof (struct hermon_sw_mcg_list_s);
1259 hdl_info.swi_prealloc_sz = sizeof (struct hermon_sw_mcg_list_s);
1275 hdl_info.swi_prealloc_sz = sizeof (hermon_qphdl_t);
1290 hdl_info.swi_prealloc_sz = sizeof (hermon_srqhdl_t);
1299 hdl_info.swi_prealloc_sz = sizeof (hermon_cqhdl_t);
1697 prealloc_sz = info->swi_prealloc_sz;
1745 prealloc_sz = info->swi_prealloc_sz;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c1256 hdl_info.swi_prealloc_sz = sizeof (tavor_cqhdl_t);
1300 hdl_info.swi_prealloc_sz = sizeof (tavor_srqhdl_t);
1377 hdl_info.swi_prealloc_sz = sizeof (tavor_qphdl_t);
1435 hdl_info.swi_prealloc_sz = sizeof (struct tavor_sw_mcg_list_s);
1539 hdl_info.swi_prealloc_sz = sizeof (struct tavor_sw_mcg_list_s);
1556 hdl_info.swi_prealloc_sz = sizeof (tavor_qphdl_t);
1580 hdl_info.swi_prealloc_sz = sizeof (tavor_srqhdl_t);
1591 hdl_info.swi_prealloc_sz = sizeof (tavor_cqhdl_t);
2079 prealloc_sz = info->swi_prealloc_sz;
2131 prealloc_sz = info->swi_prealloc_sz;
[all...]

Completed in 54 milliseconds