Searched refs:cm_core (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | cm.c | 211 static void irdma_timer_list_prep(struct irdma_cm_core *cm_core, in irdma_timer_list_prep() argument 217 hash_for_each_rcu(cm_core->cm_hash_tbl, bkt, cm_node, list) { in irdma_timer_list_prep() 599 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, NULL, NULL, in irdma_send_reset() 624 cm_node->cm_core->stats_connect_errs++; in irdma_active_open_err() 645 cm_node->cm_core->stats_passive_errs++; in irdma_passive_open_err() 907 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, in irdma_send_mpa_request() 938 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, in irdma_send_mpa_reject() 1134 struct irdma_cm_core *cm_core = cm_node->cm_core; in irdma_schedule_cm_timer() local 1181 spin_lock_irqsave(&cm_core->ht_lock, flags); in irdma_schedule_cm_timer() 1182 was_timer_set = timer_pending(&cm_core->tcp_timer); in irdma_schedule_cm_timer() [all …]
|
H A D | cm.h | 246 struct irdma_cm_core *cm_core; member 280 struct irdma_cm_core *cm_core; member 411 bool irdma_port_in_use(struct irdma_cm_core *cm_core, u16 port);
|
H A D | hw.c | 1689 irdma_cleanup_cm_core(&iwdev->cm_core); in irdma_rt_deinit_hw() 1818 irdma_cleanup_cm_core(&iwdev->cm_core); in irdma_rt_init_hw() 1824 irdma_cleanup_cm_core(&iwdev->cm_core); in irdma_rt_init_hw() 2143 static struct irdma_apbvt_entry *irdma_lookup_apbvt_entry(struct irdma_cm_core *cm_core, in irdma_lookup_apbvt_entry() argument 2148 hash_for_each_possible(cm_core->apbvt_hash_tbl, entry, hlist, port) { in irdma_lookup_apbvt_entry() 2330 struct irdma_cm_core *cm_core = &iwdev->cm_core; in irdma_add_apbvt() local 2334 spin_lock_irqsave(&cm_core->apbvt_lock, flags); in irdma_add_apbvt() 2335 entry = irdma_lookup_apbvt_entry(cm_core, port); in irdma_add_apbvt() 2337 spin_unlock_irqrestore(&cm_core->apbvt_lock, flags); in irdma_add_apbvt() 2343 spin_unlock_irqrestore(&cm_core->apbvt_lock, flags); in irdma_add_apbvt() [all …]
|
H A D | main.h | 339 struct irdma_cm_core cm_core; member 521 void irdma_cleanup_cm_core(struct irdma_cm_core *cm_core); 526 struct irdma_cm_node *irdma_find_node(struct irdma_cm_core *cm_core,
|
H A D | verbs.c | 1731 spin_lock_irqsave(&iwdev->cm_core.ht_lock, flags); in irdma_modify_qp() 1735 spin_unlock_irqrestore(&iwdev->cm_core.ht_lock, flags); in irdma_modify_qp() 1744 spin_unlock_irqrestore(&iwdev->cm_core.ht_lock, flags); in irdma_modify_qp()
|
H A D | utils.c | 1437 cm_node = irdma_find_node(&iwdev->cm_core, rem_port, rem_addr, loc_port, in irdma_ieq_get_qp()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | dra7.dtsi | 239 cm_core: cm_core@8000 { label
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap54xx-clocks.dtsi | 1150 &cm_core {
|
H A D | omap5-l4.dtsi | 154 cm_core: cm_core@0 { label
|
H A D | dra7xx-clocks.dtsi | 1810 &cm_core {
|
H A D | dra7-l4.dtsi | 173 cm_core: cm_core@0 { label
|