Home
last modified time | relevance | path

Searched defs:bcl (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/tipc/
H A Dcore.h121 struct tipc_link *bcl; member
H A Dlink.c1518 struct tipc_link *bcl = l->bc_rcvlink; in tipc_build_gap_ack_blks() local
1863 struct tipc_link *bcl = l->bc_rcvlink; in tipc_link_build_proto_msg() local
2813 struct tipc_link *bcl) in tipc_nl_add_bc_link()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c708 uint16_t bcl = opts->set_bcl ? opts->bcl : ATAPI_SECTOR_SIZE; in ahci_exec() local
937 AHCICommand *ahci_atapi_command_create(uint8_t scsi_cmd, uint16_t bcl, bool dma) in ahci_atapi_command_create()
H A Dahci.h483 unsigned bcl; /* Byte Count Limit, for ATAPI PIO */ member
/openbmc/qemu/hw/ide/
H A Datapi.c211 uint16_t bcl; in atapi_byte_count_limit() local
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1569 bool override_bcl, uint16_t bcl) in ahci_test_cdrom()