Searched defs:bundle (Results 1 - 5 of 5) sorted by relevance

/drivers/isdn/mISDN/
H A Dl1oip.h58 int bundle; /* bundle channels in one frm */ member in struct:l1oip
H A Dl1oip_core.c1307 init_card(struct l1oip *hc, int pri, int bundle) argument
1319 hc->bundle = bundle;
1462 int pri, bundle; local
1480 bundle = 0;
1484 bundle = 0;
1488 bundle = 1;
1492 bundle = 1;
1504 bundle ? "bundled IP packet for all B-channels" :
1519 ret = init_card(hc, pri, bundle);
[all...]
/drivers/dma/ioat/
H A Dhw.h57 unsigned int bundle:1; member in struct:ioat_dma_descriptor::__anon458::__anon459
90 unsigned int bundle:1; member in struct:ioat_fill_descriptor::__anon461::__anon462
116 unsigned int bundle:1; member in struct:ioat_xor_descriptor::__anon463::__anon464
153 unsigned int bundle:1; member in struct:ioat_pq_descriptor::__anon465::__anon466
194 unsigned int bundle:1; member in struct:ioat_pq_update_descriptor::__anon467::__anon468
/drivers/net/ethernet/intel/
H A De100.c1204 * better to limit the growth of the bundle size than let it go as
1209 * a limit on the bundle size, set this value to xFFFF.
1216 * not affect the current bundle in any way. Any frame that is 128
1250 u8 timer, bundle, min_size; local
1292 /* Read timer, bundle and min_size from end of firmware blob */
1294 bundle = fw->data[UCODE_SIZE * 4 + 1];
1297 if (timer >= UCODE_SIZE || bundle >= UCODE_SIZE ||
1301 fw_name, timer, bundle, min_size);
1316 u8 timer, bundle, min_size; local
1325 /* Read timer, bundle an
[all...]
/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h690 __u8 bundle:1; member in struct:cpl_pcmd
696 __u8 bundle:1; member in struct:cpl_pcmd

Completed in 798 milliseconds