Home
last modified time | relevance | path

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

/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.c1398 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc() argument
1404 unsigned long blocks = dwords_to_blocks(dw_len); in sc_buffer_alloc()
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()
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/net/ethernet/huawei/hinic3/
H A Dhinic3_mbox.c473 u32 dw_len = msg_len / sizeof(u32); in mbox_dma_msg_xor() local
476 for (i = 0; i < dw_len; i++) in mbox_dma_msg_xor()
/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c817 unsigned int dw_len) in ip_gma_advance() argument
819 s->ip_gma += (dw_len << 2); in ip_gma_advance()
826 s->ip_va += (dw_len << 2); in ip_gma_advance()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c3365 .dw_len = sizeof(struct iwl_mvm_marker) / 4, in iwl_fw_send_timestamp_marker_cmd()