Searched refs:ocs_get_bus_dev_func (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_gendump.c | 48 ocs_get_bus_dev_func(ocs, &ocs_bus, &ocs_dev, &ocs_func); in ocs_gen_dump_reset() 89 ocs_get_bus_dev_func(ocs, &bus, &dev, &func); in ocs_gen_dump() 93 ocs_get_bus_dev_func(nxt_ocs, &nxt_bus, &nxt_dev, &nxt_func); in ocs_gen_dump() 178 ocs_get_bus_dev_func(nxt_ocs, &nxt_bus, &nxt_dev, &nxt_func); in ocs_gen_dump()
|
H A D | ocs_drv_fc.h | 180 extern int32_t ocs_get_bus_dev_func(ocs_t *ocs, uint8_t* bus, uint8_t* dev, uint8_t* func);
|
H A D | ocs_mgmt.c | 567 ocs_get_bus_dev_func(ocs, &bus, &dev, &func); in ocs_mgmt_firmware_reset() 581 ocs_get_bus_dev_func(other_ocs, &other_bus, &other_dev, &other_func); in ocs_mgmt_firmware_reset() 1885 ocs_get_bus_dev_func(ocs, &bus, &dev, &func); in get_port_protocol() 1953 ocs_get_bus_dev_func(ocs, &bus, &dev, &func); in set_port_protocol()
|
H A D | ocs_os.c | 884 ocs_get_bus_dev_func(ocs_t *ocs, uint8_t* bus, uint8_t* dev, uint8_t* func) in ocs_get_bus_dev_func() function
|
H A D | ocs_os.h | 1055 ocs_get_bus_dev_func(ocs_t *ocs, uint8_t* bus, uint8_t* dev, uint8_t* func);
|
H A D | ocs_hw.c | 301 ocs_get_bus_dev_func(hw->os, &bus, &dev, &func); in ocs_hw_read_max_dump_size() 6534 ocs_get_bus_dev_func(hw->os, &bus, &dev, &func); in ocs_hw_set_dump_location()
|