Home
last modified time | relevance | path

Searched refs:ECORE_CPU_TO_LE16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/bxe/
HDecore_sp.c1030 ECORE_CPU_TO_LE16(elem->cmd_data.vlan_mac.u.mac.is_inner_mac); in ecore_set_one_mac_e2()
1048 ECORE_CPU_TO_LE16(elem->cmd_data.vlan_mac. in ecore_set_one_mac_e2()
1078 hdr->client_id = ECORE_CPU_TO_LE16(0xff); in ecore_vlan_mac_set_rdata_hdr_e1x()
1092 cfg_entry->vlan_id = ECORE_CPU_TO_LE16(vlan_id); in ecore_vlan_mac_set_cfg_entry_e1x()
1187 rule_entry->vlan.vlan = ECORE_CPU_TO_LE16(vlan); in ecore_set_one_vlan_e2()
1201 rule_entry->vlan.vlan = ECORE_CPU_TO_LE16(vlan); in ecore_set_one_vlan_e2()
1235 rule_entry->pair.vlan = ECORE_CPU_TO_LE16(vlan); in ecore_set_one_vlan_mac_e2()
1253 rule_entry->pair.vlan = ECORE_CPU_TO_LE16(vlan); in ecore_set_one_vlan_mac_e2()
2672 cmd->state = ECORE_CPU_TO_LE16(state); in ecore_rx_mode_set_cmd_state_e2()
3725 data->hdr.client_id = ECORE_CPU_TO_LE16(0xff); in ecore_mcast_set_rdata_hdr_e1()
[all …]
HDecore_sp.h144 #define ECORE_CPU_TO_LE16(x) htole16(x) macro