Searched refs:no_spc (Results 1 – 3 of 3) sorted by relevance
158 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct() argument170 *no_spc = list_empty(&tx->free_list) ? 1 : 0; in get_tx_sdu_struct()221 static struct usb_rx *get_rx_struct(struct rx_cxt *rx, int *no_spc) in get_rx_struct() argument238 *no_spc = list_empty(&rx->free_list) ? 1 : 0; in get_rx_struct()502 int no_spc; in gdm_usb_recv() local511 r = get_rx_struct(rx, &no_spc); in gdm_usb_recv()723 int no_spc = 0; in gdm_usb_sdu_send() local732 t_sdu = get_tx_sdu_struct(tx, &no_spc); in gdm_usb_sdu_send()765 if (no_spc) in gdm_usb_sdu_send()
112 static struct usb_tx *get_tx_struct(struct tx_cxt *tx, int *no_spc) in get_tx_struct() argument117 *no_spc = 1; in get_tx_struct()124 *no_spc = list_empty(&tx->free_list) ? 1 : 0; in get_tx_struct()295 int no_spc = 0, ret; in gdm_usb_send() local315 t = get_tx_struct(tx, &no_spc); in gdm_usb_send()392 if (no_spc) in gdm_usb_send()
83 static struct sdio_tx *get_tx_struct(struct tx_cxt *tx, int *no_spc) in get_tx_struct() argument93 *no_spc = list_empty(&tx->free_list) ? 1 : 0; in get_tx_struct()384 int no_spc = 0; in gdm_sdio_send() local395 t = get_tx_struct(tx, &no_spc); in gdm_sdio_send()432 if (no_spc) in gdm_sdio_send()