Home
last modified time | relevance | path

Searched refs:dw_len (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddebug.h286 * @dw_len: The amount of dwords following this byte including this byte.
293 u8 dw_len; member
/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h250 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len,
H A Dvnic_main.c190 static u64 create_bypass_pbc(u32 vl, u32 dw_len) in create_bypass_pbc() argument
198 | (dw_len & PBC_LENGTH_DWS_MASK) << PBC_LENGTH_DWS_SHIFT; in create_bypass_pbc()
H A Dpio.c1399 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc() argument
1405 unsigned long blocks = dwords_to_blocks(dw_len); in sc_buffer_alloc()
H A Dchip.h667 u32 dw_len);
H A Dchip.c15312 u32 dw_len) in delay_cycles() argument
15324 delta_cycles = egress_cycles(dw_len * 4, desired_egress_rate) - in delay_cycles()
15325 egress_cycles(dw_len * 4, current_egress_rate); in delay_cycles()
15336 * @dw_len: dword length (header words + data words + pbc words)
15346 u32 dw_len) in create_pbc() argument
15351 delay = delay_cycles(ppd, srate_mbs, dw_len); in create_pbc()
15357 | (dw_len & PBC_LENGTH_DWS_MASK) in create_pbc()
/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c813 unsigned int dw_len) in ip_gma_advance() argument
815 s->ip_gma += (dw_len << 2); in ip_gma_advance()
822 s->ip_va += (dw_len << 2); in ip_gma_advance()