Lines Matching defs:status

96 	int		status;
145 /* abort with status BadT */
146 status = ibmf_i_send_rmpp(msgimplp,
149 if (status != IBMF_SUCCESS) {
170 "status = %d\n", tnf_string, msg,
201 /* abort with status S2B */
202 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ABORT,
204 if (status != IBMF_SUCCESS) {
261 /* abort with status W2S */
262 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ABORT,
264 if (status != IBMF_SUCCESS) {
375 int status;
417 /* abort with status BadT */
418 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ABORT,
420 if (status != IBMF_SUCCESS) {
462 int status;
500 status = ibmf_setup_recvbuf_on_error(msgimplp, mad);
501 if (status != IBMF_SUCCESS) {
555 status = ibmf_setup_recvbuf_on_error(msgimplp,
557 if (status != IBMF_SUCCESS) {
570 /* abort with status BadT */
571 status = ibmf_i_send_rmpp(msgimplp,
574 if (status != IBMF_SUCCESS) {
784 /* abort with status Incon. last and payload length */
785 status = ibmf_i_send_rmpp(msgimplp,
788 if (status != IBMF_SUCCESS) {
985 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ACK,
989 if (status != IBMF_SUCCESS) {
1097 int status;
1146 "ibmf_i_rmpp_recvr_active_flow(): %s, status = %d\n",
1168 /* abort with status BadT */
1169 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ABORT,
1171 if (status != IBMF_SUCCESS) {
1209 int status;
1279 /* abort with status BadT */
1298 /* abort with status BadT */
1299 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ABORT,
1301 if (status != IBMF_SUCCESS) {
1330 * Check for a valid RMPP status
1381 int status;
1406 status = ibmf_setup_recvbuf_on_error(msgimplp, madp);
1407 if (status != IBMF_SUCCESS) {
1446 /* abort with status BadT */
1447 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ABORT,
1449 if (status != IBMF_SUCCESS) {
1482 * Check for a valid status in the RMPP header
1493 status = ibmf_setup_recvbuf_on_error(msgimplp, madp);
1494 if (status != IBMF_SUCCESS) {
1528 "Invalid RMPP status detected, dropping MAD");
1533 /* abort with status BadT */
1534 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ABORT,
1536 if (status != IBMF_SUCCESS) {
1552 "Invalid RMPP status detected, sending ABORT IS");
1643 * type RMPP packet. The RMPP status is passed in as an argument.
1652 int status;
1681 status = ibmf_i_send_pkt(msgimplp->im_client, msgimplp->im_qp_hdl,
1683 if (status != IBMF_SUCCESS) {
1686 "ibmf_i_send_rmpp(): %s, status = %d\n", tnf_string, msg,
1687 "unable to send packet", tnf_uint, status, status);
1690 return (status);
1707 int status, i, numpkts = rmpp_ctx->rmpp_wl - rmpp_ctx->rmpp_ns + 1;
1741 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_DATA,
1744 if (status != IBMF_SUCCESS) {