/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_mps.c | 83 unsigned int naddr, const u8 **addr, bool sleep_ok) in cxgb4_free_mac_filt() 90 1, &addr[i], sleep_ok); in cxgb4_free_mac_filt() 102 u16 *idx, u64 *hash, bool sleep_ok) in cxgb4_alloc_mac_filt() 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() 158 port_id, sleep_ok); in cxgb4_free_raw_mac_filt() 170 bool sleep_ok) in cxgb4_alloc_raw_mac_filt() 176 port_id, sleep_ok); in cxgb4_alloc_raw_mac_filt() 184 port_id, sleep_ok); in cxgb4_alloc_raw_mac_filt() 82 cxgb4_free_mac_filt(struct adapter *adap, unsigned int viid, unsigned int naddr, const u8 **addr, bool sleep_ok) cxgb4_free_mac_filt() argument 100 cxgb4_alloc_mac_filt(struct adapter *adap, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) cxgb4_alloc_mac_filt() argument 144 cxgb4_free_raw_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int idx, u8 lookup_type, u8 port_id, bool sleep_ok) cxgb4_free_raw_mac_filt() argument 163 cxgb4_alloc_raw_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int idx, u8 lookup_type, u8 port_id, bool sleep_ok) cxgb4_alloc_raw_mac_filt() argument 190 cxgb4_free_encap_mac_filt(struct adapter *adap, unsigned int viid, int idx, bool sleep_ok) cxgb4_free_encap_mac_filt() argument 201 cxgb4_alloc_encap_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int vni, unsigned int vni_mask, u8 dip_hit, u8 lookup_type, bool sleep_ok) cxgb4_alloc_encap_mac_filt() argument [all...] |
H A D | cxgb4.h | 1714 int size, void *rpl, bool sleep_ok, int timeout); 1716 void *rpl, bool sleep_ok); 1803 u8 sleep_ok, int timeout); 1889 int t4_init_tp_params(struct adapter *adap, bool sleep_ok); 1906 void t4_read_rss_key(struct adapter *adapter, u32 *key, bool sleep_ok); 1908 bool sleep_ok); 1910 u32 *valp, bool sleep_ok); 1912 u32 *vfl, u32 *vfh, bool sleep_ok); 1913 u32 t4_read_rss_pf_map(struct adapter *adapter, bool sleep_ok); 1914 u32 t4_read_rss_pf_mask(struct adapter *adapter, bool sleep_ok); [all...] |
H A D | t4_hw.c | 266 * @sleep_ok: if true we may sleep while awaiting command completion 273 * to respond. @sleep_ok determines whether we may sleep while awaiting 283 int size, void *rpl, bool sleep_ok, int timeout) in t4_wr_mbox_meat_timeout() 313 sleep_ok = false; in t4_wr_mbox_meat_timeout() 353 if (sleep_ok) { in t4_wr_mbox_meat_timeout() 393 if (sleep_ok) { in t4_wr_mbox_meat_timeout() 443 void *rpl, bool sleep_ok) in t4_wr_mbox_meat() 445 return t4_wr_mbox_meat_timeout(adap, mbox, cmd, size, rpl, sleep_ok, in t4_wr_mbox_meat() 4203 * @sleep_ok: if true we may sleep while awaiting command completion 4205 * (negative implies @sleep_ok 282 t4_wr_mbox_meat_timeout(struct adapter *adap, int mbox, const void *cmd, int size, void *rpl, bool sleep_ok, int timeout) t4_wr_mbox_meat_timeout() argument 442 t4_wr_mbox_meat(struct adapter *adap, int mbox, const void *cmd, int size, void *rpl, bool sleep_ok) t4_wr_mbox_meat() argument 4214 t4_link_l1cfg_core(struct adapter *adapter, unsigned int mbox, unsigned int port, struct link_config *lc, u8 sleep_ok, int timeout) t4_link_l1cfg_core() argument 5326 t4_tp_fw_ldst_rw(struct adapter *adap, int cmd, u32 *vals, unsigned int nregs, unsigned int start_index, unsigned int rw, bool sleep_ok) t4_tp_fw_ldst_rw() argument 5370 t4_tp_indirect_rw(struct adapter *adap, u32 reg_addr, u32 reg_data, u32 *buff, u32 nregs, u32 start_index, int rw, bool sleep_ok) t4_tp_indirect_rw() argument 5417 t4_tp_pio_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) t4_tp_pio_read() argument 5434 t4_tp_pio_write(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) t4_tp_pio_write() argument 5451 t4_tp_tm_pio_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) t4_tp_tm_pio_read() argument 5468 t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) t4_tp_mib_read() argument 5483 t4_read_rss_key(struct adapter *adap, u32 *key, bool sleep_ok) t4_read_rss_key() argument 5499 t4_write_rss_key(struct adapter *adap, const u32 *key, int idx, bool sleep_ok) t4_write_rss_key() argument 5536 t4_read_rss_pf_config(struct adapter *adapter, unsigned int index, u32 *valp, bool sleep_ok) t4_read_rss_pf_config() argument 5553 t4_read_rss_vf_config(struct adapter *adapter, unsigned int index, u32 *vfl, u32 *vfh, bool sleep_ok) t4_read_rss_vf_config() argument 5586 t4_read_rss_pf_map(struct adapter *adapter, bool sleep_ok) t4_read_rss_pf_map() argument 5601 t4_read_rss_pf_mask(struct adapter *adapter, bool sleep_ok) t4_read_rss_pf_mask() argument 5619 t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, struct tp_tcp_stats *v6, bool sleep_ok) t4_tp_get_tcp_stats() argument 5657 t4_tp_get_err_stats(struct adapter *adap, struct tp_err_stats *st, bool sleep_ok) t4_tp_get_err_stats() argument 5690 t4_tp_get_cpl_stats(struct adapter *adap, struct tp_cpl_stats *st, bool sleep_ok) t4_tp_get_cpl_stats() argument 5708 t4_tp_get_rdma_stats(struct adapter *adap, struct tp_rdma_stats *st, bool sleep_ok) t4_tp_get_rdma_stats() argument 5724 t4_get_fcoe_stats(struct adapter *adap, unsigned int idx, struct tp_fcoe_stats *st, bool sleep_ok) t4_get_fcoe_stats() argument 5749 t4_get_usm_stats(struct adapter *adap, struct tp_usm_stats *st, bool sleep_ok) t4_get_usm_stats() argument 7474 t4_query_params_rw(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val, int rw, bool sleep_ok) t4_query_params_rw() argument 7739 t4_set_rxmode(struct adapter *adap, unsigned int mbox, unsigned int viid, unsigned int viid_mirror, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4_set_rxmode() argument 7800 t4_free_encap_mac_filt(struct adapter *adap, unsigned int viid, int idx, bool sleep_ok) t4_free_encap_mac_filt() argument 7841 t4_free_raw_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int idx, u8 lookup_type, u8 port_id, bool sleep_ok) t4_free_raw_mac_filt() argument 7892 t4_alloc_encap_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int vni, unsigned int vni_mask, u8 dip_hit, u8 lookup_type, bool sleep_ok) t4_alloc_encap_mac_filt() argument 7940 t4_alloc_raw_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int idx, u8 lookup_type, u8 port_id, bool sleep_ok) t4_alloc_raw_mac_filt() argument 8003 t4_alloc_mac_filt(struct adapter *adap, unsigned int mbox, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) t4_alloc_mac_filt() argument 8088 t4_free_mac_filt(struct adapter *adap, unsigned int mbox, unsigned int viid, unsigned int naddr, const u8 **addr, bool sleep_ok) t4_free_mac_filt() argument 8228 t4_set_addr_hash(struct adapter *adap, unsigned int mbox, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) t4_set_addr_hash() argument 9440 t4_init_tp_params(struct adapter *adap, bool sleep_ok) t4_init_tp_params() argument 10314 t4_get_tx_sched(struct adapter *adap, unsigned int sched, unsigned int *kbps, unsigned int *ipg, bool sleep_ok) t4_get_tx_sched() argument [all...] |
H A D | cxgb4_main.c | 430 static int set_rxmode(struct net_device *dev, int mtu, bool sleep_ok) in set_rxmode() argument 441 sleep_ok); in set_rxmode()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_mps.c | 83 unsigned int naddr, const u8 **addr, bool sleep_ok) in cxgb4_free_mac_filt() 90 1, &addr[i], sleep_ok); in cxgb4_free_mac_filt() 102 u16 *idx, u64 *hash, bool sleep_ok) in cxgb4_alloc_mac_filt() 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() 158 port_id, sleep_ok); in cxgb4_free_raw_mac_filt() 170 bool sleep_ok) in cxgb4_alloc_raw_mac_filt() 176 port_id, sleep_ok); in cxgb4_alloc_raw_mac_filt() 184 port_id, sleep_ok); in cxgb4_alloc_raw_mac_filt() 82 cxgb4_free_mac_filt(struct adapter *adap, unsigned int viid, unsigned int naddr, const u8 **addr, bool sleep_ok) cxgb4_free_mac_filt() argument 100 cxgb4_alloc_mac_filt(struct adapter *adap, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) cxgb4_alloc_mac_filt() argument 144 cxgb4_free_raw_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int idx, u8 lookup_type, u8 port_id, bool sleep_ok) cxgb4_free_raw_mac_filt() argument 163 cxgb4_alloc_raw_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int idx, u8 lookup_type, u8 port_id, bool sleep_ok) cxgb4_alloc_raw_mac_filt() argument 190 cxgb4_free_encap_mac_filt(struct adapter *adap, unsigned int viid, int idx, bool sleep_ok) cxgb4_free_encap_mac_filt() argument 201 cxgb4_alloc_encap_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int vni, unsigned int vni_mask, u8 dip_hit, u8 lookup_type, bool sleep_ok) cxgb4_alloc_encap_mac_filt() argument [all...] |
H A D | cxgb4.h | 1710 int size, void *rpl, bool sleep_ok, int timeout); 1712 void *rpl, bool sleep_ok); 1799 u8 sleep_ok, int timeout); 1885 int t4_init_tp_params(struct adapter *adap, bool sleep_ok); 1902 void t4_read_rss_key(struct adapter *adapter, u32 *key, bool sleep_ok); 1904 bool sleep_ok); 1906 u32 *valp, bool sleep_ok); 1908 u32 *vfl, u32 *vfh, bool sleep_ok); 1909 u32 t4_read_rss_pf_map(struct adapter *adapter, bool sleep_ok); 1910 u32 t4_read_rss_pf_mask(struct adapter *adapter, bool sleep_ok); [all...] |
H A D | t4_hw.c | 266 * @sleep_ok: if true we may sleep while awaiting command completion 273 * to respond. @sleep_ok determines whether we may sleep while awaiting 283 int size, void *rpl, bool sleep_ok, int timeout) in t4_wr_mbox_meat_timeout() 313 sleep_ok = false; in t4_wr_mbox_meat_timeout() 353 if (sleep_ok) { in t4_wr_mbox_meat_timeout() 393 if (sleep_ok) { in t4_wr_mbox_meat_timeout() 443 void *rpl, bool sleep_ok) in t4_wr_mbox_meat() 445 return t4_wr_mbox_meat_timeout(adap, mbox, cmd, size, rpl, sleep_ok, in t4_wr_mbox_meat() 4173 * @sleep_ok: if true we may sleep while awaiting command completion 4175 * (negative implies @sleep_ok 282 t4_wr_mbox_meat_timeout(struct adapter *adap, int mbox, const void *cmd, int size, void *rpl, bool sleep_ok, int timeout) t4_wr_mbox_meat_timeout() argument 442 t4_wr_mbox_meat(struct adapter *adap, int mbox, const void *cmd, int size, void *rpl, bool sleep_ok) t4_wr_mbox_meat() argument 4184 t4_link_l1cfg_core(struct adapter *adapter, unsigned int mbox, unsigned int port, struct link_config *lc, u8 sleep_ok, int timeout) t4_link_l1cfg_core() argument 5296 t4_tp_fw_ldst_rw(struct adapter *adap, int cmd, u32 *vals, unsigned int nregs, unsigned int start_index, unsigned int rw, bool sleep_ok) t4_tp_fw_ldst_rw() argument 5340 t4_tp_indirect_rw(struct adapter *adap, u32 reg_addr, u32 reg_data, u32 *buff, u32 nregs, u32 start_index, int rw, bool sleep_ok) t4_tp_indirect_rw() argument 5387 t4_tp_pio_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) t4_tp_pio_read() argument 5404 t4_tp_pio_write(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) t4_tp_pio_write() argument 5421 t4_tp_tm_pio_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) t4_tp_tm_pio_read() argument 5438 t4_tp_mib_read(struct adapter *adap, u32 *buff, u32 nregs, u32 start_index, bool sleep_ok) t4_tp_mib_read() argument 5453 t4_read_rss_key(struct adapter *adap, u32 *key, bool sleep_ok) t4_read_rss_key() argument 5469 t4_write_rss_key(struct adapter *adap, const u32 *key, int idx, bool sleep_ok) t4_write_rss_key() argument 5506 t4_read_rss_pf_config(struct adapter *adapter, unsigned int index, u32 *valp, bool sleep_ok) t4_read_rss_pf_config() argument 5523 t4_read_rss_vf_config(struct adapter *adapter, unsigned int index, u32 *vfl, u32 *vfh, bool sleep_ok) t4_read_rss_vf_config() argument 5556 t4_read_rss_pf_map(struct adapter *adapter, bool sleep_ok) t4_read_rss_pf_map() argument 5571 t4_read_rss_pf_mask(struct adapter *adapter, bool sleep_ok) t4_read_rss_pf_mask() argument 5589 t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, struct tp_tcp_stats *v6, bool sleep_ok) t4_tp_get_tcp_stats() argument 5627 t4_tp_get_err_stats(struct adapter *adap, struct tp_err_stats *st, bool sleep_ok) t4_tp_get_err_stats() argument 5660 t4_tp_get_cpl_stats(struct adapter *adap, struct tp_cpl_stats *st, bool sleep_ok) t4_tp_get_cpl_stats() argument 5678 t4_tp_get_rdma_stats(struct adapter *adap, struct tp_rdma_stats *st, bool sleep_ok) t4_tp_get_rdma_stats() argument 5694 t4_get_fcoe_stats(struct adapter *adap, unsigned int idx, struct tp_fcoe_stats *st, bool sleep_ok) t4_get_fcoe_stats() argument 5719 t4_get_usm_stats(struct adapter *adap, struct tp_usm_stats *st, bool sleep_ok) t4_get_usm_stats() argument 7444 t4_query_params_rw(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val, int rw, bool sleep_ok) t4_query_params_rw() argument 7709 t4_set_rxmode(struct adapter *adap, unsigned int mbox, unsigned int viid, unsigned int viid_mirror, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4_set_rxmode() argument 7770 t4_free_encap_mac_filt(struct adapter *adap, unsigned int viid, int idx, bool sleep_ok) t4_free_encap_mac_filt() argument 7810 t4_free_raw_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int idx, u8 lookup_type, u8 port_id, bool sleep_ok) t4_free_raw_mac_filt() argument 7861 t4_alloc_encap_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int vni, unsigned int vni_mask, u8 dip_hit, u8 lookup_type, bool sleep_ok) t4_alloc_encap_mac_filt() argument 7909 t4_alloc_raw_mac_filt(struct adapter *adap, unsigned int viid, const u8 *addr, const u8 *mask, unsigned int idx, u8 lookup_type, u8 port_id, bool sleep_ok) t4_alloc_raw_mac_filt() argument 7972 t4_alloc_mac_filt(struct adapter *adap, unsigned int mbox, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) t4_alloc_mac_filt() argument 8057 t4_free_mac_filt(struct adapter *adap, unsigned int mbox, unsigned int viid, unsigned int naddr, const u8 **addr, bool sleep_ok) t4_free_mac_filt() argument 8197 t4_set_addr_hash(struct adapter *adap, unsigned int mbox, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) t4_set_addr_hash() argument 9409 t4_init_tp_params(struct adapter *adap, bool sleep_ok) t4_init_tp_params() argument 10283 t4_get_tx_sched(struct adapter *adap, unsigned int sched, unsigned int *kbps, unsigned int *ipg, bool sleep_ok) t4_get_tx_sched() argument [all...] |
H A D | cxgb4_main.c | 429 static int set_rxmode(struct net_device *dev, int mtu, bool sleep_ok) in set_rxmode() argument 440 sleep_ok); in set_rxmode()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 114 * @sleep_ok: if true we may sleep while awaiting command completion 120 * @sleep_ok determines whether we may sleep while awaiting the response. 129 void *rpl, bool sleep_ok) in t4vf_wr_mbox_core() 195 if (sleep_ok) { in t4vf_wr_mbox_core() 251 if (sleep_ok) { in t4vf_wr_mbox_core() 1468 * @sleep_ok: call is allowed to sleep 1474 bool sleep_ok) in t4vf_set_rxmode() 1502 return t4vf_wr_mbox_core(adapter, &cmd, sizeof(cmd), NULL, sleep_ok); in t4vf_set_rxmode() 1514 * @sleep_ok: call is allowed to sleep 1528 u64 *hash, bool sleep_ok) in t4vf_alloc_mac_filt() 128 t4vf_wr_mbox_core(struct adapter *adapter, const void *cmd, int size, void *rpl, bool sleep_ok) t4vf_wr_mbox_core() argument 1472 t4vf_set_rxmode(struct adapter *adapter, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4vf_set_rxmode() argument 1526 t4vf_alloc_mac_filt(struct adapter *adapter, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) t4vf_alloc_mac_filt() argument 1612 t4vf_free_mac_filt(struct adapter *adapter, unsigned int viid, unsigned int naddr, const u8 **addr, bool sleep_ok) t4vf_free_mac_filt() argument 1736 t4vf_set_addr_hash(struct adapter *adapter, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) t4vf_set_addr_hash() argument [all...] |
H A D | cxgb4vf_main.c | 994 static int set_rxmode(struct net_device *dev, int mtu, bool sleep_ok) in set_rxmode() argument 1003 1, -1, sleep_ok); in set_rxmode()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 115 * @sleep_ok: if true we may sleep while awaiting command completion 121 * @sleep_ok determines whether we may sleep while awaiting the response. 130 void *rpl, bool sleep_ok) in t4vf_wr_mbox_core() 196 if (sleep_ok) { in t4vf_wr_mbox_core() 252 if (sleep_ok) { in t4vf_wr_mbox_core() 1469 * @sleep_ok: call is allowed to sleep 1475 bool sleep_ok) in t4vf_set_rxmode() 1503 return t4vf_wr_mbox_core(adapter, &cmd, sizeof(cmd), NULL, sleep_ok); in t4vf_set_rxmode() 1515 * @sleep_ok: call is allowed to sleep 1529 u64 *hash, bool sleep_ok) in t4vf_alloc_mac_filt() 129 t4vf_wr_mbox_core(struct adapter *adapter, const void *cmd, int size, void *rpl, bool sleep_ok) t4vf_wr_mbox_core() argument 1473 t4vf_set_rxmode(struct adapter *adapter, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4vf_set_rxmode() argument 1527 t4vf_alloc_mac_filt(struct adapter *adapter, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) t4vf_alloc_mac_filt() argument 1613 t4vf_free_mac_filt(struct adapter *adapter, unsigned int viid, unsigned int naddr, const u8 **addr, bool sleep_ok) t4vf_free_mac_filt() argument 1737 t4vf_set_addr_hash(struct adapter *adapter, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) t4vf_set_addr_hash() argument [all...] |
H A D | cxgb4vf_main.c | 994 static int set_rxmode(struct net_device *dev, int mtu, bool sleep_ok) in set_rxmode() argument 1003 1, -1, sleep_ok); in set_rxmode()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 821 int acquire_lcb_access(struct hfi1_devdata *dd, int sleep_ok); 822 int release_lcb_access(struct hfi1_devdata *dd, int sleep_ok);
|
H A D | chip.c | 6256 int acquire_lcb_access(struct hfi1_devdata *dd, int sleep_ok) in acquire_lcb_access() argument 6267 if (sleep_ok) { in acquire_lcb_access() 6306 int release_lcb_access(struct hfi1_devdata *dd, int sleep_ok) in release_lcb_access() argument 6315 if (sleep_ok) { in release_lcb_access()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 779 int acquire_lcb_access(struct hfi1_devdata *dd, int sleep_ok); 780 int release_lcb_access(struct hfi1_devdata *dd, int sleep_ok);
|
H A D | chip.c | 6216 int acquire_lcb_access(struct hfi1_devdata *dd, int sleep_ok) in acquire_lcb_access() argument 6227 if (sleep_ok) { in acquire_lcb_access() 6267 int release_lcb_access(struct hfi1_devdata *dd, int sleep_ok) in release_lcb_access() argument 6276 if (sleep_ok) { in release_lcb_access()
|