wwan_wait_tx
static int wwan_wait_tx(struct wwan_port *port, bool nonblock);
ret = wwan_wait_tx(port, false);
ret = wwan_wait_tx(port, !!(filp->f_flags & O_NONBLOCK));