Home
last modified time | relevance | path

Searched refs:fct_post_rcvd_cmd (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h79 #pragma weak fct_post_rcvd_cmd macro
H A Demlxs_fc.h1345 void (*fct_post_rcvd_cmd)(fct_cmd_t *, stmf_data_buf_t *); member
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c600 fct_post_rcvd_cmd(xch->xch_cmd, NULL); in fcoet_process_unsol_fcp_cmd()
645 fct_post_rcvd_cmd(xch->xch_cmd, NULL); in fcoet_process_unsol_els_req()
755 fct_post_rcvd_cmd(cmd, NULL); in fcoet_process_unsol_abts_req()
/titanic_41/usr/src/uts/common/sys/
H A Dfct.h397 void fct_post_rcvd_cmd(fct_cmd_t *cmd, stmf_data_buf_t *dbuf);
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c387 emlxs_modsym.fct_post_rcvd_cmd =
390 if ((void *)emlxs_modsym.fct_post_rcvd_cmd == NULL) {
822 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0);
2503 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0);
3326 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0);
3353 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0);
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3330 fct_post_rcvd_cmd(cmd, 0); in qlt_handle_purex()
4057 fct_post_rcvd_cmd(cmd, 0); in qlt_handle_atio()
4635 fct_post_rcvd_cmd(cmd, 0); in qlt_handle_rcvd_abts()
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1734 fct_post_rcvd_cmd(fct_cmd_t *cmd, stmf_data_buf_t *dbuf) in fct_post_rcvd_cmd() function