Lines Matching refs:prot_op
139 static const char *prot_op_str(u32 prot_op)
141 switch (prot_op) {
2434 if (cmd->se_cmd.prot_op == TARGET_PROT_NORMAL) {
2445 if ((cmd->se_cmd.prot_op == TARGET_PROT_DIN_INSERT) ||
2446 (cmd->se_cmd.prot_op == TARGET_PROT_DOUT_STRIP)) {
2460 if ((cmd->se_cmd.prot_op == TARGET_PROT_DIN_INSERT) ||
2461 (cmd->se_cmd.prot_op == TARGET_PROT_DOUT_STRIP)) {
2907 switch (se_cmd->prot_op) {
2930 switch (se_cmd->prot_op) {
3061 "qla_target(%d):%s: se_cmd[%p] CRC2 prot_op[0x%x] cmd prot sg:cnt[%p:%x] lba[%llu]\n",
3062 cmd->vp_idx, __func__, se_cmd, se_cmd->prot_op,
3065 if ((se_cmd->prot_op == TARGET_PROT_DIN_INSERT) ||
3066 (se_cmd->prot_op == TARGET_PROT_DOUT_STRIP))
3073 switch (se_cmd->prot_op) {
3102 switch (se_cmd->prot_op) {
3300 if (cmd->se_cmd.prot_op && (xmit_type & QLA_TGT_XMIT_DATA))
3316 if (cmd->se_cmd.prot_op == TARGET_PROT_NORMAL)
3443 if (cmd->se_cmd.prot_op)
3457 if (cmd->se_cmd.prot_op == TARGET_PROT_NORMAL)
3869 if (cmd->se_cmd.prot_op)
3876 cmd->se_cmd.prot_op,
3877 prot_op_str(cmd->se_cmd.prot_op));