cxgb4.h (28b3870578ef403000c99d54c40fffb0210ff70d) | cxgb4.h (5fab51581f6223adab8dc7b526fe1217eb3b7348) |
---|---|
1/* 2 * This file is part of the Chelsio T4 Ethernet driver for Linux. 3 * 4 * Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved. 5 * 6 * This software is available to you under a choice of one of two 7 * licenses. You may choose to be licensed under the terms of the GNU 8 * General Public License (GPL) Version 2, available from the file --- 1905 unchanged lines hidden (view full) --- 1914int cxgb4_init_mps_ref_entries(struct adapter *adap); 1915void cxgb4_free_mps_ref_entries(struct adapter *adap); 1916int cxgb4_alloc_encap_mac_filt(struct adapter *adap, unsigned int viid, 1917 const u8 *addr, const u8 *mask, 1918 unsigned int vni, unsigned int vni_mask, 1919 u8 dip_hit, u8 lookup_type, bool sleep_ok); 1920int cxgb4_free_encap_mac_filt(struct adapter *adap, unsigned int viid, 1921 int idx, bool sleep_ok); | 1/* 2 * This file is part of the Chelsio T4 Ethernet driver for Linux. 3 * 4 * Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved. 5 * 6 * This software is available to you under a choice of one of two 7 * licenses. You may choose to be licensed under the terms of the GNU 8 * General Public License (GPL) Version 2, available from the file --- 1905 unchanged lines hidden (view full) --- 1914int cxgb4_init_mps_ref_entries(struct adapter *adap); 1915void cxgb4_free_mps_ref_entries(struct adapter *adap); 1916int cxgb4_alloc_encap_mac_filt(struct adapter *adap, unsigned int viid, 1917 const u8 *addr, const u8 *mask, 1918 unsigned int vni, unsigned int vni_mask, 1919 u8 dip_hit, u8 lookup_type, bool sleep_ok); 1920int cxgb4_free_encap_mac_filt(struct adapter *adap, unsigned int viid, 1921 int idx, bool sleep_ok); |
1922int cxgb4_free_raw_mac_filt(struct adapter *adap, 1923 unsigned int viid, 1924 const u8 *addr, 1925 const u8 *mask, 1926 unsigned int idx, 1927 u8 lookup_type, 1928 u8 port_id, 1929 bool sleep_ok); 1930int cxgb4_alloc_raw_mac_filt(struct adapter *adap, 1931 unsigned int viid, 1932 const u8 *addr, 1933 const u8 *mask, 1934 unsigned int idx, 1935 u8 lookup_type, 1936 u8 port_id, 1937 bool sleep_ok); |
|
1922 1923#endif /* __CXGB4_H__ */ | 1938 1939#endif /* __CXGB4_H__ */ |