Searched refs:form_cm_frame (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_cm.h | 404 struct irdma_puda_buf *(*form_cm_frame)(struct irdma_cm_node *cm_node, member
|
| H A D | irdma_cm.c | 733 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, NULL, NULL, in irdma_send_reset() 1047 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, in irdma_send_mpa_request() 1079 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, in irdma_send_mpa_reject() 1580 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, &opts, NULL, NULL, in irdma_send_syn() 1599 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, NULL, NULL, in irdma_send_ack() 1621 sqbuf = cm_node->cm_core->form_cm_frame(cm_node, NULL, NULL, NULL, in irdma_send_fin() 3282 cm_core->form_cm_frame = irdma_form_uda_cm_frame; in irdma_setup_cm_core() 3288 cm_core->form_cm_frame = irdma_form_ah_cm_frame; in irdma_setup_cm_core()
|