Searched refs:i40iw_form_cm_frame (Results 1 – 1 of 1) sorted by relevance
/drivers/infiniband/hw/i40iw/ |
D | i40iw_cm.c | 372 static struct i40iw_puda_buf *i40iw_form_cm_frame(struct i40iw_cm_node *cm_node, in i40iw_form_cm_frame() function 548 sqbuf = i40iw_form_cm_frame(cm_node, NULL, NULL, NULL, flags); in i40iw_send_reset() 859 sqbuf = i40iw_form_cm_frame(cm_node, in i40iw_send_mpa_request() 893 sqbuf = i40iw_form_cm_frame(cm_node, in i40iw_send_mpa_reject() 1377 sqbuf = i40iw_form_cm_frame(cm_node, &opts, NULL, NULL, flags); in i40iw_send_syn() 1394 sqbuf = i40iw_form_cm_frame(cm_node, NULL, NULL, NULL, SET_ACK); in i40iw_send_ack() 1409 sqbuf = i40iw_form_cm_frame(cm_node, NULL, NULL, NULL, SET_ACK | SET_FIN); in i40iw_send_fin()
|