Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dpci.h72 #define MLXSW_PCI_DOORBELL(offset, type_offset, num) \ argument
73 ((offset) + (type_offset) + (num) * 4)
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.h749 #define ADAPTER_SET_WRB_TYPE(pwrb, wrb_type, type_offset) \ argument
750 (pwrb->dw[0] |= (wrb_type << type_offset))
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.h503 int type_offset; member
Devent-parse.c3397 &pevent->type_size, &pevent->type_offset, in trace_parse_common_type()