__send_to_port
ret = __send_to_port(port, sg, 1, count, data, false);
ret = __send_to_port(port, sg, 1, count, buf, nonblock);
ret = __send_to_port(port, buf->sg, sgl.n, sgl.len, buf, true);