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

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.h359 * it as an RX_ID. We can use it to index into mpt->tgt_cmd_ptrs, which
371 #define MPT_TAG_2_REQ(mpt, tag) mpt->tgt_cmd_ptrs[tag >> 18]
707 request_t ** tgt_cmd_ptrs; member in struct:mpt_softc
968 KASSERT(mpt->tgt_cmd_ptrs, ("no cmd backpointer array"));
969 KASSERT(mpt->tgt_cmd_ptrs[rtg], ("no cmd backpointer"));
970 return (mpt->tgt_cmd_ptrs[rtg]);
1030 if (req == mpt->tgt_cmd_ptrs[i]) {
1053 KASSERT(req != mpt->tgt_cmd_ptrs[i],
H A Dmpt_cam.c2940 } else if (mpt->tgt_cmd_ptrs == NULL) {
2943 tgt_req = mpt->tgt_cmd_ptrs[rx_id];
4183 if (mpt->tgt_cmd_ptrs) {
4191 mpt->tgt_cmd_ptrs =
4193 if (mpt->tgt_cmd_ptrs == NULL) {
4207 mpt->tgt_cmd_ptrs[i] = req;
4214 free(mpt->tgt_cmd_ptrs, M_DEVBUF);
4215 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 155 milliseconds