Searched refs:no_spc (Results 1 – 1 of 1) sorted by relevance
149 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct() argument161 *no_spc = list_empty(&tx->free_list) ? 1 : 0; in get_tx_sdu_struct()212 static struct usb_rx *get_rx_struct(struct rx_cxt *rx, int *no_spc) in get_rx_struct() argument229 *no_spc = list_empty(&rx->free_list) ? 1 : 0; in get_rx_struct()493 int no_spc; in gdm_usb_recv() local502 r = get_rx_struct(rx, &no_spc); in gdm_usb_recv()714 int no_spc = 0; in gdm_usb_sdu_send() local723 t_sdu = get_tx_sdu_struct(tx, &no_spc); in gdm_usb_sdu_send()756 if (no_spc) in gdm_usb_sdu_send()