Home
last modified time | relevance | path

Searched refs:fct_alloc_cmd_slot (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h421 uint16_t fct_alloc_cmd_slot(fct_i_local_port_t *iport, fct_cmd_t *cmd);
H A Ddiscovery.c970 cmd_slot = fct_alloc_cmd_slot(iport, cmd); in fct_handle_els()
2355 if (fct_alloc_cmd_slot(iport, cmd) == FCT_SLOT_EOL) { in fct_handle_solct()
H A Dfct.c1695 cmd_slot = fct_alloc_cmd_slot(iport, cmd); in fct_scsi_task_alloc()
1849 fct_alloc_cmd_slot(fct_i_local_port_t *iport, fct_cmd_t *cmd) in fct_alloc_cmd_slot() function