Searched refs:no_spc (Results 1 – 1 of 1) sorted by relevance
155 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct() argument167 *no_spc = list_empty(&tx->free_list) ? 1 : 0; in get_tx_sdu_struct()218 static struct usb_rx *get_rx_struct(struct rx_cxt *rx, int *no_spc) in get_rx_struct() argument235 *no_spc = list_empty(&rx->free_list) ? 1 : 0; in get_rx_struct()499 int no_spc; in gdm_usb_recv() local508 r = get_rx_struct(rx, &no_spc); in gdm_usb_recv()720 int no_spc = 0; in gdm_usb_sdu_send() local729 t_sdu = get_tx_sdu_struct(tx, &no_spc); in gdm_usb_sdu_send()762 if (no_spc) in gdm_usb_sdu_send()