Home
last modified time | relevance | path

Searched refs:ahg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c1030 u32 ahg[AHG_KDETH_ARRAY_SIZE]; in set_txreq_header_ahg() local
1037 size_t array_size = ARRAY_SIZE(ahg); in set_txreq_header_ahg()
1041 idx = ahg_header_set(ahg, idx, array_size, 0, 0, 12, in set_txreq_header_ahg()
1046 idx = ahg_header_set(ahg, idx, array_size, 3, 0, 16, in set_txreq_header_ahg()
1060 idx = ahg_header_set(ahg, idx, array_size, 6, 0, 16, in set_txreq_header_ahg()
1064 idx = ahg_header_set(ahg, idx, array_size, 6, 16, 16, in set_txreq_header_ahg()
1069 idx = ahg_header_set(ahg, idx, array_size, 15, 0, 16, in set_txreq_header_ahg()
1073 idx = ahg_header_set(ahg, idx, array_size, 15, 16, 16, in set_txreq_header_ahg()
1104 ahg, idx, array_size, 7, 0, 16, in set_txreq_header_ahg()
1126 idx = ahg_header_set(ahg, id in set_txreq_header_ahg()
[all...]
H A Dsdma.h442 u32 *ahg,
450 * @ahg_entry: ahg entry to use (0 - 31)
451 * @num_ahg: ahg descriptor for first descriptor (0 - 9)
452 * @ahg: array of AHG descriptors (up to 9 entries)
503 u32 *ahg, in sdma_txinit_ahg() argument
530 _sdma_txreq_ahgadd(tx, num_ahg, ahg_entry, ahg, ahg_hlen); in sdma_txinit_ahg()
605 /* qw[0] zero; qw[1] first, ahg mode already in from init */ in make_tx_sdma_desc()
840 * sdma_build_ahg - build ahg descriptor
H A Dtrace_tx.h695 u8 sde, u8 ahgidx, u32 *ahg, int len, u32 tidval),
696 TP_ARGS(dd, ctxt, subctxt, req, sde, ahgidx, ahg, len, tidval),
706 __array(u32, ahg, 10)
717 memcpy(__entry->ahg, ahg, len * sizeof(u32));
719 TP_printk("[%s:%u:%u:%u] (SDE%u/AHG%u) ahg[0-%d]=(%s) TIDVal=0x%x",
727 __print_u32_hex(__entry->ahg, __entry->len),
H A Dsdma.c2242 * There is special case logic for ahg
3165 * Add ahg to the sdma_txreq
3175 u32 *ahg, in _sdma_txreq_ahgadd() argument
3211 (((u64)ahg[0] & SDMA_DESC1_HEADER_UPDATE1_MASK) in _sdma_txreq_ahgadd()
3217 (((u64)ahg[i + 1]) in _sdma_txreq_ahgadd()