Searched refs:cbuf_len (Results 1 – 2 of 2) sorted by relevance
435 u8 *cbuf, unsigned long cbuf_len) in cpacf_trng() argument441 register unsigned long r5 asm("5") = (unsigned long) cbuf_len; in cpacf_trng()
1213 u16 cbuf_len; in ice_get_caps() local1226 cbuf_len = ICE_GET_CAP_BUF_COUNT * in ice_get_caps()1234 cbuf = devm_kzalloc(ice_hw_to_dev(hw), cbuf_len, GFP_KERNEL); in ice_get_caps()1238 status = ice_aq_discover_caps(hw, cbuf, cbuf_len, &data_size, in ice_get_caps()1246 cbuf_len = data_size; in ice_get_caps()