Lines Matching defs:extd
46 struct hfi1_opfn_type *extd;
69 extd = &hfi1_opfn_handlers[capcode];
70 if (!extd || !extd->request || !extd->request(qp, &data)) {
140 struct hfi1_opfn_type *extd;
150 extd = &hfi1_opfn_handlers[capcode];
152 if (!extd || !extd->response) {
164 if (extd->error)
165 extd->error(qp);
168 if (extd->response(qp, &data))
178 struct hfi1_opfn_type *extd;
196 extd = &hfi1_opfn_handlers[capcode];
198 if (!extd || !extd->reply)
201 if (extd->reply(qp, data))
217 struct hfi1_opfn_type *extd = NULL;
231 extd = &hfi1_opfn_handlers[ilog2(capcode) + 1];
232 if (extd->error)
233 extd->error(qp);