Lines Matching refs:start_buff
214 u8 **start_buff = &start_ptr; in send_mpa_request() local
223 cm_build_mpa_frame(cm_node, start_buff, &buff_len, NULL, MPA_KEY_REQUEST); in send_mpa_request()
224 form_cm_frame(skb, cm_node, NULL, 0, *start_buff, buff_len, SET_ACK); in send_mpa_request()
236 u8 **start_buff = &start_ptr; in send_mpa_reject() local
247 cm_build_mpa_frame(cm_node, start_buff, &buff_len, NULL, MPA_KEY_REPLY); in send_mpa_reject()
248 mpa_frame = (struct ietf_mpa_v1 *)*start_buff; in send_mpa_reject()
250 form_cm_frame(skb, cm_node, NULL, 0, *start_buff, buff_len, SET_ACK | SET_FIN); in send_mpa_reject()
566 static int cm_build_mpa_frame(struct nes_cm_node *cm_node, u8 **start_buff, in cm_build_mpa_frame() argument
571 *start_buff = (pci_mem) ? pci_mem : &cm_node->mpa_frame_buf[0]; in cm_build_mpa_frame()
575 *start_buff = (u8 *)*start_buff + sizeof(struct ietf_rtr_msg); in cm_build_mpa_frame()
577 build_mpa_v1(cm_node, *start_buff, mpa_key); in cm_build_mpa_frame()
581 build_mpa_v2(cm_node, *start_buff, mpa_key); in cm_build_mpa_frame()
2334 u8 *start_buff; in mini_cm_connect() local
2400 start_buff = &cm_node->mpa_frame_buf[0] + sizeof(struct ietf_mpa_v2); in mini_cm_connect()
2403 memcpy(start_buff, private_data, private_data_len); in mini_cm_connect()
3080 u8 **start_buff = &start_ptr; in nes_accept() local
3147 cm_build_mpa_frame(cm_node, start_buff, &buff_len, nesqp->ietf_frame, MPA_KEY_REPLY); in nes_accept()
3156 tagged_offset = (u64)(unsigned long)*start_buff; in nes_accept()
3186 (u64)(unsigned long)(*start_buff)); in nes_accept()
3312 u8 *start_buff; in nes_reject() local
3328 start_buff = &cm_node->mpa_frame_buf[0] + sizeof(struct ietf_mpa_v2); in nes_reject()
3330 memcpy(start_buff, pdata, pdata_len); in nes_reject()