Searched refs:tgt_cmd_ptrs (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt.h390 * it as an RX_ID. We can use it to index into mpt->tgt_cmd_ptrs, which
402 #define MPT_TAG_2_REQ(mpt, tag) mpt->tgt_cmd_ptrs[tag >> 18]
739 request_t ** tgt_cmd_ptrs; member in struct:mpt_softc
999 KASSERT(mpt->tgt_cmd_ptrs, ("no cmd backpointer array"));
1000 KASSERT(mpt->tgt_cmd_ptrs[rtg], ("no cmd backpointer"));
1001 return (mpt->tgt_cmd_ptrs[rtg]);
1061 if (req == mpt->tgt_cmd_ptrs[i]) {
1084 KASSERT(req != mpt->tgt_cmd_ptrs[i],
H A Dmpt_cam.c2950 } else if (mpt->tgt_cmd_ptrs == NULL) {
2953 tgt_req = mpt->tgt_cmd_ptrs[rx_id];
4279 if (mpt->tgt_cmd_ptrs) {
4287 mpt->tgt_cmd_ptrs =
4289 if (mpt->tgt_cmd_ptrs == NULL) {
4303 mpt->tgt_cmd_ptrs[i] = req;
4310 free(mpt->tgt_cmd_ptrs, M_DEVBUF);
4311 mpt->tgt_cmd_ptrs = NULL;
H A Dmpt.c762 if (mpt->tgt_cmd_ptrs == NULL) {
776 req = mpt->tgt_cmd_ptrs[ctxt_idx];

Completed in 131 milliseconds