Lines Matching refs:sleep_ok
83 unsigned int naddr, const u8 **addr, bool sleep_ok) in cxgb4_free_mac_filt() argument
90 1, &addr[i], sleep_ok); in cxgb4_free_mac_filt()
102 u16 *idx, u64 *hash, bool sleep_ok) in cxgb4_alloc_mac_filt() argument
107 naddr, addr, idx, hash, sleep_ok); in cxgb4_alloc_mac_filt()
122 cxgb4_free_mac_filt(adap, viid, naddr, addr, sleep_ok); in cxgb4_alloc_mac_filt()
151 bool sleep_ok) in cxgb4_free_raw_mac_filt() argument
158 port_id, sleep_ok); in cxgb4_free_raw_mac_filt()
170 bool sleep_ok) in cxgb4_alloc_raw_mac_filt() argument
176 port_id, sleep_ok); in cxgb4_alloc_raw_mac_filt()
184 port_id, sleep_ok); in cxgb4_alloc_raw_mac_filt()
191 int idx, bool sleep_ok) in cxgb4_free_encap_mac_filt() argument
196 ret = t4_free_encap_mac_filt(adap, viid, idx, sleep_ok); in cxgb4_free_encap_mac_filt()
204 u8 dip_hit, u8 lookup_type, bool sleep_ok) in cxgb4_alloc_encap_mac_filt() argument
209 dip_hit, lookup_type, sleep_ok); in cxgb4_alloc_encap_mac_filt()
215 t4_free_encap_mac_filt(adap, viid, ret, sleep_ok); in cxgb4_alloc_encap_mac_filt()