Lines Matching refs:start_buff

213 	u8 **start_buff = &start_ptr;  in send_mpa_request()  local
222 cm_build_mpa_frame(cm_node, start_buff, &buff_len, NULL, MPA_KEY_REQUEST); in send_mpa_request()
223 form_cm_frame(skb, cm_node, NULL, 0, *start_buff, buff_len, SET_ACK); in send_mpa_request()
235 u8 **start_buff = &start_ptr; in send_mpa_reject() local
246 cm_build_mpa_frame(cm_node, start_buff, &buff_len, NULL, MPA_KEY_REPLY); in send_mpa_reject()
247 mpa_frame = (struct ietf_mpa_v1 *)*start_buff; in send_mpa_reject()
249 form_cm_frame(skb, cm_node, NULL, 0, *start_buff, buff_len, SET_ACK | SET_FIN); in send_mpa_reject()
684 static int cm_build_mpa_frame(struct nes_cm_node *cm_node, u8 **start_buff, in cm_build_mpa_frame() argument
689 *start_buff = (pci_mem) ? pci_mem : &cm_node->mpa_frame_buf[0]; in cm_build_mpa_frame()
693 *start_buff = (u8 *)*start_buff + sizeof(struct ietf_rtr_msg); in cm_build_mpa_frame()
695 build_mpa_v1(cm_node, *start_buff, mpa_key); in cm_build_mpa_frame()
699 build_mpa_v2(cm_node, *start_buff, mpa_key); in cm_build_mpa_frame()
2497 u8 *start_buff; in mini_cm_connect() local
2563 start_buff = &cm_node->mpa_frame_buf[0] + sizeof(struct ietf_mpa_v2); in mini_cm_connect()
2566 memcpy(start_buff, private_data, private_data_len); in mini_cm_connect()
3242 u8 **start_buff = &start_ptr; in nes_accept() local
3309 cm_build_mpa_frame(cm_node, start_buff, &buff_len, nesqp->ietf_frame, MPA_KEY_REPLY); in nes_accept()
3321 tagged_offset = (u64)(unsigned long)*start_buff; in nes_accept()
3351 (u64)(unsigned long)(*start_buff)); in nes_accept()
3477 u8 *start_buff; in nes_reject() local
3493 start_buff = &cm_node->mpa_frame_buf[0] + sizeof(struct ietf_mpa_v2); in nes_reject()
3495 memcpy(start_buff, pdata, pdata_len); in nes_reject()