Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h251 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.c1409 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc() argument
1415 unsigned long blocks = dwords_to_blocks(dw_len); in sc_buffer_alloc()
/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c811 unsigned int dw_len) in ip_gma_advance() argument
813 s->ip_gma += (dw_len << 2); in ip_gma_advance()
820 s->ip_va += (dw_len << 2); in ip_gma_advance()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c3333 .dw_len = sizeof(struct iwl_mvm_marker) / 4, in iwl_fw_send_timestamp_marker_cmd()