Lines Matching refs:dest_port
354 u16 dest_port; member
1012 u16 dest_port, u8 *str, size_t str_len) in qed_llh_protocol_filter_stringify() argument
1028 snprintf(str, str_len, "TCP dst port 0x%04x", dest_port); in qed_llh_protocol_filter_stringify()
1031 snprintf(str, str_len, "UDP dst port 0x%04x", dest_port); in qed_llh_protocol_filter_stringify()
1035 source_port_or_eth_type, dest_port); in qed_llh_protocol_filter_stringify()
1039 source_port_or_eth_type, dest_port); in qed_llh_protocol_filter_stringify()
1054 u16 dest_port, u32 *p_high, u32 *p_low) in qed_llh_protocol_filter_to_hilo() argument
1069 *p_low = dest_port; in qed_llh_protocol_filter_to_hilo()
1073 *p_low = (source_port_or_eth_type << 16) | dest_port; in qed_llh_protocol_filter_to_hilo()
1088 u16 source_port_or_eth_type, u16 dest_port) in qed_llh_add_protocol_filter() argument
1105 dest_port, str, sizeof(str)); in qed_llh_add_protocol_filter()
1111 filter.protocol.dest_port = dest_port; in qed_llh_add_protocol_filter()
1127 dest_port, &high, &low); in qed_llh_add_protocol_filter()
1208 u16 source_port_or_eth_type, u16 dest_port) in qed_llh_remove_protocol_filter() argument
1225 dest_port, str, sizeof(str)); in qed_llh_remove_protocol_filter()
1231 filter.protocol.dest_port = dest_port; in qed_llh_remove_protocol_filter()
5491 int qed_llh_add_dst_tcp_port_filter(struct qed_dev *cdev, u16 dest_port) in qed_llh_add_dst_tcp_port_filter() argument
5495 QED_LLH_DONT_CARE, dest_port); in qed_llh_add_dst_tcp_port_filter()
5498 void qed_llh_remove_dst_tcp_port_filter(struct qed_dev *cdev, u16 dest_port) in qed_llh_remove_dst_tcp_port_filter() argument
5502 QED_LLH_DONT_CARE, dest_port); in qed_llh_remove_dst_tcp_port_filter()