Searched refs:tx_storage (Results 1 – 9 of 9) sorted by relevance
19 uint8_t tx_storage[MCTP_PKTBUF_SIZE(MCTP_BTU)] PKTBUF_STORAGE_ALIGN; member39 test->binding.tx_storage = test->tx_storage; in mctp_binding_test_init()
63 uint8_t tx_storage[MCTP_PKTBUF_SIZE(MCTP_BTU)] PKTBUF_STORAGE_ALIGN; in setup_test_binding() local73 test_binding->tx_storage = tx_storage; in setup_test_binding()
22 uint8_t tx_storage[MCTP_PKTBUF_SIZE(MCTP_BTU)] PKTBUF_STORAGE_ALIGN; member80 binding->binding.tx_storage = binding->tx_storage; in mctp_binding_bridge_init()
65 uint8_t tx_storage[MCTP_PKTBUF_SIZE(SERIAL_BTU)] PKTBUF_STORAGE_ALIGN; member414 serial->binding.tx_storage = serial->tx_storage; in mctp_serial_init()
38 uint8_t tx_storage[MCTP_PKTBUF_SIZE(I2C_BTU)] PKTBUF_STORAGE_ALIGN; member
160 i2c->binding.tx_storage = i2c->tx_storage; in mctp_i2c_setup()
881 if (astlpc->binding.tx_storage) { in mctp_astlpc_set_pkt_size()882 __mctp_free(astlpc->binding.tx_storage); in mctp_astlpc_set_pkt_size()884 astlpc->binding.tx_storage = __mctp_alloc(pktbuf_size); in mctp_astlpc_set_pkt_size()885 if (!astlpc->binding.tx_storage) { in mctp_astlpc_set_pkt_size()1360 __mctp_free(astlpc->binding.tx_storage); in mctp_astlpc_destroy()
348 assert(binding->tx_storage); in mctp_register_bus()396 assert(b1->tx_storage); in mctp_bridge_busses()397 assert(b2->tx_storage); in mctp_bridge_busses()739 mctp_pktbuf_init(bus->binding, bus->binding->tx_storage); in mctp_next_tx_pkt()
196 void *tx_storage; member