Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dpci_hw.h43 #define MLXSW_PCI_DOORBELL(offset, type_offset, num) \ argument
44 ((offset) + (type_offset) + (num) * 4)
/Linux-v5.4/tools/lib/traceevent/
Devent-parse-local.h56 int type_offset; member
Devent-parse.c3490 &tep->type_size, &tep->type_offset, in trace_parse_common_type()
/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_main.h702 #define ADAPTER_SET_WRB_TYPE(pwrb, wrb_type, type_offset) \ argument
703 (pwrb->dw[0] |= (wrb_type << type_offset))