Searched refs:SET_FIN (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_cm.h | 117 #define SET_FIN 4 macro
|
D | nes_cm.c | 250 form_cm_frame(skb, cm_node, NULL, 0, *start_buff, buff_len, SET_ACK | SET_FIN); in send_mpa_reject() 508 if (flags & SET_FIN) { in form_cm_frame() 1121 form_cm_frame(skb, cm_node, NULL, 0, NULL, 0, SET_ACK | SET_FIN); in send_fin()
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_cm.h | 123 #define SET_FIN 0x4 macro
|
D | i40iw_cm.c | 508 if (flags & SET_FIN) { in i40iw_form_cm_frame() 897 SET_ACK | SET_FIN); in i40iw_send_mpa_reject() 1409 sqbuf = i40iw_form_cm_frame(cm_node, NULL, NULL, NULL, SET_ACK | SET_FIN); in i40iw_send_fin()
|