Searched refs:BNX2X_SWCID_MASK (Results 1 – 3 of 3) sorted by relevance
877 hdr->echo = cpu_to_le32((cid & BNX2X_SWCID_MASK) | in bnx2x_vlan_mac_set_rdata_hdr_e2()988 hdr->echo = cpu_to_le32((r->cid & BNX2X_SWCID_MASK) | in bnx2x_vlan_mac_set_rdata_hdr_e1x()3339 data->header.echo = cpu_to_le32((r->cid & BNX2X_SWCID_MASK) | in bnx2x_mcast_set_rdata_hdr_e2()3706 data->hdr.echo = cpu_to_le32((r->cid & BNX2X_SWCID_MASK) | in bnx2x_mcast_set_rdata_hdr_e1()4499 data->echo = cpu_to_le32((r->cid & BNX2X_SWCID_MASK) | in bnx2x_setup_rss()
757 #define BNX2X_SWCID_MASK ((0x1 << BNX2X_SWCID_SHIFT) - 1) macro760 #define SW_CID(x) (le32_to_cpu(x) & BNX2X_SWCID_MASK)
5308 u32 cid = echo & BNX2X_SWCID_MASK; in bnx2x_handle_classification_eqe()