Searched refs:no_spc (Results 1 – 1 of 1) sorted by relevance
145 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct() argument157 *no_spc = list_empty(&tx->free_list) ? 1 : 0; in get_tx_sdu_struct()208 static struct usb_rx *get_rx_struct(struct rx_cxt *rx, int *no_spc) in get_rx_struct() argument225 *no_spc = list_empty(&rx->free_list) ? 1 : 0; in get_rx_struct()489 int no_spc; in gdm_usb_recv() local498 r = get_rx_struct(rx, &no_spc); in gdm_usb_recv()710 int no_spc = 0; in gdm_usb_sdu_send() local719 t_sdu = get_tx_sdu_struct(tx, &no_spc); in gdm_usb_sdu_send()752 if (no_spc) in gdm_usb_sdu_send()