Searched refs:form_cm_frame (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/infiniband/hw/irdma/ |
D | cm.h | 374 struct irdma_puda_buf *(*form_cm_frame)(struct irdma_cm_node *cm_node, member
|
D | cm.c | 599 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, NULL, NULL, in irdma_send_reset() 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() 1416 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, &opts, NULL, NULL, in irdma_send_syn() 1434 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, NULL, NULL, in irdma_send_ack() 1448 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, NULL, NULL, in irdma_send_fin() 3227 cm_core->form_cm_frame = irdma_form_uda_cm_frame; in irdma_setup_cm_core() 3233 cm_core->form_cm_frame = irdma_form_ah_cm_frame; in irdma_setup_cm_core()
|