Lines Matching refs:txop
1392 uint8_t *txop, uint8_t *rxop) in lpfc_sc_to_bg_opcodes() argument
1401 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1407 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1413 *txop = BG_OP_IN_CSUM_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1430 *txop = BG_OP_IN_NODIF_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1436 *txop = BG_OP_IN_CRC_OUT_CRC; in lpfc_sc_to_bg_opcodes()
1442 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_sc_to_bg_opcodes()
1472 uint8_t *txop, uint8_t *rxop) in lpfc_bg_err_opcodes() argument
1481 *txop = BG_OP_IN_CRC_OUT_NODIF; in lpfc_bg_err_opcodes()
1487 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1493 *txop = BG_OP_IN_CRC_OUT_CSUM; in lpfc_bg_err_opcodes()
1506 *txop = BG_OP_IN_NODIF_OUT_CSUM; in lpfc_bg_err_opcodes()
1512 *txop = BG_OP_IN_CSUM_OUT_CSUM; in lpfc_bg_err_opcodes()
1518 *txop = BG_OP_IN_CSUM_OUT_NODIF; in lpfc_bg_err_opcodes()
1577 uint8_t txop, rxop; in lpfc_bg_setup_bpl() local
1579 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1590 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl()
1613 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl()
1726 uint8_t txop, rxop; in lpfc_bg_setup_bpl_prot() local
1739 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
1751 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_bpl_prot()
1780 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl_prot()
1957 uint8_t txop, rxop; in lpfc_bg_setup_sgl() local
1968 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
1979 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl()
2011 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
2145 uint8_t txop, rxop; in lpfc_bg_setup_sgl_prot() local
2165 status = lpfc_sc_to_bg_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2177 lpfc_bg_err_opcodes(phba, sc, &txop, &rxop); in lpfc_bg_setup_sgl_prot()
2238 if (txop == BG_OP_IN_CRC_OUT_CRC) { in lpfc_bg_setup_sgl_prot()
2239 txop = BG_OP_RAW_MODE; in lpfc_bg_setup_sgl_prot()
2251 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()