Lines Matching refs:tx_pbl

482 	ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl);
2989 ecore_chain_get_prod_idx(&txq->tx_pbl),
2990 ecore_chain_get_cons_idx(&txq->tx_pbl),
2993 ecore_chain_get_elem_left(&txq->tx_pbl));
3015 first_bd = (struct eth_tx_1st_bd *)ecore_chain_consume(&txq->tx_pbl);
3021 tx_data_bd = ecore_chain_consume(&txq->tx_pbl);
3043 (ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl))) {
3064 ecore_chain_get_prod_idx(&txq->tx_pbl),
3065 ecore_chain_get_cons_idx(&txq->tx_pbl),
3068 ecore_chain_get_elem_left(&txq->tx_pbl));
3134 ((int)(elem_left = ecore_chain_get_elem_left(&txq->tx_pbl))
3398 if ((int)(elem_left = ecore_chain_get_elem_left(&txq->tx_pbl)) <
3572 elem_left = ecore_chain_get_elem_left(&txq->tx_pbl);
3614 (int)(elem_left = ecore_chain_get_elem_left(&txq->tx_pbl))) {
3625 ecore_chain_get_elem_left(&txq->tx_pbl))) {
3643 first_bd = (struct eth_tx_1st_bd *)ecore_chain_produce(&txq->tx_pbl);
3686 ecore_chain_produce(&txq->tx_pbl);
3698 ecore_chain_produce(&txq->tx_pbl);
3714 ecore_chain_produce(&txq->tx_pbl);
3727 ecore_chain_produce(&txq->tx_pbl);
3736 ecore_chain_produce(&txq->tx_pbl);
3750 ecore_chain_produce(&txq->tx_pbl);
3769 ecore_chain_produce(&txq->tx_pbl);
3785 ecore_chain_produce(&txq->tx_pbl);
3814 ecore_chain_produce(&txq->tx_pbl);
3827 ecore_chain_produce(&txq->tx_pbl);
3857 htole16(ecore_chain_get_prod_idx(&txq->tx_pbl));
5023 ecore_chain_get_elem_left(&txq->tx_pbl)) <
6488 if (txq->tx_pbl.p_virt_addr) {
6489 ecore_chain_free(cdev, &txq->tx_pbl);
6490 txq->tx_pbl.p_virt_addr = NULL;
6516 &txq->tx_pbl, NULL);
6982 ecore_chain_get_pbl_phys(&txq->tx_pbl),
6983 ecore_chain_get_page_cnt(&txq->tx_pbl),
7087 (ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl))) {