| H A D | t4_cpl_io.c | 157 ("%s: not enough credits (%d)", __func__, toep->tx_credits)); in send_flowc_wr() 396 send_rx_credits(struct adapter *sc, struct toepcb *toep, int credits) in send_rx_credits() 402 KASSERT(credits >= 0, ("%s: %d credits", __func__, credits)); in send_rx_credits() 410 req->credit_dack = htobe32(dack | V_RX_CREDITS(credits)); in send_rx_credits() 413 return (credits); in send_rx_credits() 511 ("%s: %d credits", __func__, tx_credits)); in max_imm_payload() 533 ("%s: %d credits", __func__, tx_credits)); in max_dsgl_nsegs() 547 unsigned int immdlen, unsigned int plen, uint8_t credits, in in write_tx_wr() 395 send_rx_credits(struct adapter * sc,struct toepcb * toep,int credits) send_rx_credits() argument 546 write_tx_wr(void * dst,struct toepcb * toep,int fw_wr_opcode,unsigned int immdlen,unsigned int plen,uint8_t credits,int shove,int ulp_submode) write_tx_wr() argument 630 u_int credits, plen; t4_push_raw_wr() local 691 u_int plen, nsegs, credits, max_imm, max_nsegs, max_nsegs_1mbuf; t4_push_frames() local 1034 u_int plen, nsegs, credits, max_imm, max_nsegs, max_nsegs_1mbuf; write_iscsi_mbuf_wr() local 1191 u_int plen, credits; t4_push_pdus() local 1914 uint8_t credits = cpl->credits; do_fw4_ack() local [all...] |