Searched refs:type_offset (Results 1 – 4 of 4) sorted by relevance
43 #define MLXSW_PCI_DOORBELL(offset, type_offset, num) \ argument44 ((offset) + (type_offset) + (num) * 4)
707 #define ADAPTER_SET_WRB_TYPE(pwrb, wrb_type, type_offset) \ argument708 (pwrb->dw[0] |= (wrb_type << type_offset))
501 int type_offset; member
3415 &pevent->type_size, &pevent->type_offset, in trace_parse_common_type()