Searched refs:bd (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/ |
| D | edd_tx.c | 48 static void inc_txbd(void *pD, uint32_t stat, txDesc **bd, uintptr_t **vp, in inc_txbd() argument 51 *bd = txQ->bdBase; in inc_txbd() 54 *bd = (txDesc *) (((uintptr_t)(*bd))+(CEDI_PdVar(txDescriptorSize))); in inc_txbd() 60 static void dec_txbd(void *pD, txDesc **bd, uintptr_t **vp, txQueue_t *txQ) { in dec_txbd() argument 61 if (*bd==txQ->bdBase) { in dec_txbd() 62 *bd = (txDesc *)(((uintptr_t)(*bd))+ in dec_txbd() 66 *bd = (txDesc *)(((uintptr_t)(*bd))-(CEDI_PdVar(txDescriptorSize))); in dec_txbd()
|
| /hal_infineon-latest/btstack/wiced_include/ |
| D | wiced_bt_types.h | 419 #define EXPAND_BDADDR(bd) bd[0],bd[1],bd[2],bd[3],bd[4],bd[5] argument
|