Searched refs:bundle (Results 76 - 90 of 90) sorted by relevance

1234

/linux-master/drivers/net/ethernet/intel/
H A De100.c1177 * better to limit the growth of the bundle size than let it go as
1182 * a limit on the bundle size, set this value to xFFFF.
1189 * not affect the current bundle in any way. Any frame that is 128
1223 u8 timer, bundle, min_size; local
1287 /* Read timer, bundle and min_size from end of firmware blob */
1289 bundle = fw->data[UCODE_SIZE * 4 + 1];
1292 if (timer >= UCODE_SIZE || bundle >= UCODE_SIZE ||
1296 fw_name, timer, bundle, min_size);
1311 u8 timer, bundle, min_size; local
1320 /* Read timer, bundle an
[all...]
/linux-master/net/rxrpc/
H A Dcall_object.c294 * bundle, but the actual association of a call with a connection is offloaded
698 rxrpc_deactivate_bundle(call->bundle);
699 rxrpc_put_bundle(call->bundle, rxrpc_bundle_put_call);
/linux-master/net/tipc/
H A Dmsg.c478 * @bskb: the bundle buffer to append to
480 * @max: max allowable size for the bundle buffer
508 * tipc_msg_try_bundle - Try to bundle a new message to the last one
513 * @new_bundle: if this call made a new bundle or not
541 /* Is it a bundle already? Try to bundle the new message to it */
544 goto bundle;
547 /* Make a new bundle of the two messages if possible */
564 bundle:
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf119.c509 .bundle = gf100_grctx_generate_bundle,
H A Dctxgk208.c550 .bundle = gk104_grctx_generate_bundle,
H A Dctxgf108.c789 .bundle = gf100_grctx_generate_bundle,
H A Dctxgm107.c970 .bundle = gm107_grctx_generate_bundle,
H A Dctxgk104.c980 .bundle = gk104_grctx_generate_bundle,
H A Dctxgk110.c844 .bundle = gk104_grctx_generate_bundle,
H A Dgf100.c403 /* Map bundle circular buffer. */
472 gr->func->grctx->bundle(chan, chan->bundle_cb->addr, gr->func->grctx->bundle_size);
1119 * GO_IDLE bundle
2149 vfree(gr->bundle);
/linux-master/drivers/staging/greybus/
H A Dgpio.c520 gb_connection_create(gbphy_dev->bundle,
H A Dsdio.c774 connection = gb_connection_create(gbphy_dev->bundle,
H A Duart.c812 connection = gb_connection_create(gbphy_dev->bundle,
/linux-master/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
/linux-master/include/trace/events/
H A Drxrpc.h185 EM(rxrpc_peer_get_bundle, "GET bundle ") \
196 EM(rxrpc_peer_put_bundle, "PUT bundle ") \
612 __field(unsigned int, bundle)
618 __entry->bundle = bundle_debug_id;
624 __entry->bundle,

Completed in 172 milliseconds

1234