Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcmd.h209 MLXSW_ITEM32(cmd_mbox, query_fw, fw_pages, 0x00, 16, 16);
214 MLXSW_ITEM32(cmd_mbox, query_fw, fw_rev_major, 0x00, 0, 16);
219 MLXSW_ITEM32(cmd_mbox, query_fw, fw_rev_subminor, 0x04, 16, 16);
224 MLXSW_ITEM32(cmd_mbox, query_fw, fw_rev_minor, 0x04, 0, 16);
229 MLXSW_ITEM32(cmd_mbox, query_fw, core_clk, 0x08, 16, 16);
236 MLXSW_ITEM32(cmd_mbox, query_fw, cmd_interface_rev, 0x08, 0, 16);
241 MLXSW_ITEM32(cmd_mbox, query_fw, dt, 0x0C, 31, 1);
247 MLXSW_ITEM32(cmd_mbox, query_fw, api_version, 0x0C, 0, 16);
252 MLXSW_ITEM32(cmd_mbox, query_fw, fw_hour, 0x10, 24, 8);
257 MLXSW_ITEM32(cmd_mbox, query_fw, fw_minutes, 0x10, 16, 8);
[all …]
H A Dpci_hw.h74 MLXSW_ITEM32(pci, wqe, c, 0x00, 31, 1);
86 MLXSW_ITEM32(pci, wqe, lp, 0x00, 30, 1);
91 MLXSW_ITEM32(pci, wqe, type, 0x00, 23, 4);
143 MLXSW_ITEM32(pci, cqe0, lag, 0x00, 23, 1);
144 MLXSW_ITEM32(pci, cqe12, lag, 0x00, 24, 1);
153 MLXSW_ITEM32(pci, cqe, system_port, 0x00, 0, 16);
154 MLXSW_ITEM32(pci, cqe0, lag_id, 0x00, 4, 12);
155 MLXSW_ITEM32(pci, cqe12, lag_id, 0x00, 0, 16);
157 MLXSW_ITEM32(pci, cqe0, lag_subport, 0x00, 0, 4);
158 MLXSW_ITEM32(pci, cqe12, lag_subport, 0x00, 16, 8);
[all …]
H A Dcore_acl_flex_actions.c26 MLXSW_ITEM32(afa, set, type, 0xA0, 28, 4);
31 MLXSW_ITEM32(afa, set, next_action_set_ptr, 0xA4, 0, 24);
38 MLXSW_ITEM32(afa, set, goto_g, 0xA4, 29, 1);
50 MLXSW_ITEM32(afa, set, goto_binding_cmd, 0xA4, 24, 3);
56 MLXSW_ITEM32(afa, set, goto_next_binding, 0xA4, 0, 16);
61 MLXSW_ITEM32(afa, all, action_type, 0x00, 24, 6);
1102 MLXSW_ITEM32(afa, vlan, vlan_tag_cmd, 0x00, 29, 3);
1105 MLXSW_ITEM32(afa, vlan, vid_cmd, 0x04, 29, 3);
1108 MLXSW_ITEM32(afa, vlan, vid, 0x04, 0, 12);
1111 MLXSW_ITEM32(afa, vlan, ethertype_cmd, 0x08, 29, 3);
[all …]
H A Ditem.h356 #define MLXSW_ITEM32(_type, _cname, _iname, _offset, _shift, _sizebits) \ macro