Searched refs:type_offset (Results 1 – 4 of 4) sorted by relevance
72 #define MLXSW_PCI_DOORBELL(offset, type_offset, num) \ argument73 ((offset) + (type_offset) + (num) * 4)
749 #define ADAPTER_SET_WRB_TYPE(pwrb, wrb_type, type_offset) \ argument750 (pwrb->dw[0] |= (wrb_type << type_offset))
503 int type_offset; member
3397 &pevent->type_size, &pevent->type_offset, in trace_parse_common_type()